tInstall deps from ${REPO} - mkports - recipes for building multiple softwares with mk(1)
(HTM) git clone git://z3bra.org/mkports
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit 6b4879cf05cf47c1e1309f8b5e6b9305f240f6c2
(DIR) parent 10afc692797f5fea2c5faebff4b199f71a6214e0
(HTM) Author: z3bra <willyatmailoodotorg>
Date: Mon, 25 Apr 2016 08:36:52 +0200
Install deps from ${REPO}
Diffstat:
M mkfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/mkfile b/mkfile
t@@ -20,7 +20,7 @@ all:QV: ${ALL}
NPROC = 1
%:V:
if ! pm -i $stem 2>/dev/null >/dev/null; then
- for d in $prereq; do pm -af $d/$d#*.tar.bz2; done
+ for d in $prereq; do pm -af $${REPO}/$d#*.tar.bz2; done
cd $stem
env -i PATH=$PATH mk
env -i PATH=$PATH mk clean