summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland>2016-09-18 05:31:38 +0000
committerdholland <dholland>2016-09-18 05:31:38 +0000
commit1bdfa9e55b1159fc92e603f956437f354d852ba6 (patch)
tree55dd934ec1a9e8df45d300938c7a886f085484b1
parentc2bc2627227873732a3cf332ac045c1ee50ace47 (diff)
downloadpkgsrc-1bdfa9e55b1159fc92e603f956437f354d852ba6.tar.gz
Using PKGMANDIR is fine, but it needs to be actually set... hi jperkin :-)
-rw-r--r--devel/bats/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bats/Makefile b/devel/bats/Makefile
index 05bd5bc2055..47cd9d49d60 100644
--- a/devel/bats/Makefile
+++ b/devel/bats/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/09/08 14:34:02 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2016/09/18 05:31:38 dholland Exp $
DISTNAME= bats-0.4.0
CATEGORIES= devel
@@ -19,7 +19,7 @@ USE_TOOLS+= bash:run
CHECK_INTERPRETER_SKIP= bin/bats libexec/bats*
do-install:
- cd ${WRKSRC} && ./install.sh ${DESTDIR}${PREFIX}
+ cd ${WRKSRC} && ${SETENV} PKGMANDIR=${PKGMANDIR} ./install.sh ${DESTDIR}${PREFIX}
do-test:
cd ${WRKSRC} && ./bin/bats ./test