commit 0d484cb2b071d715ba0d93d1ab18ee2c4610a975 from: Omar Polo date: Thu Feb 17 14:39:17 2022 UTC +mpldc commit - 020c858764ec18ee1c364987cf592f7485e73d84 commit + 0d484cb2b071d715ba0d93d1ab18ee2c4610a975 blob - 6b37361d1d7cd938e6f64e228b88f3c19e05253b blob + b4ebb61d55d59cb34d167e73c0899c069f1ae06b --- kshrc.lp +++ kshrc.lp @@ -174,6 +174,7 @@ Some aliases I use when working with the OpenBSD port alias m="make" alias mup="make update-patches" alias mupl="make update-plist" + alias mpldc="make port-lib-depends-check" alias build="MAKE_JOBS=5 time make 2>&1 | tee build" alias pclean='make clean="package plist"'