pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/bats
Module Name: pkgsrc
Committed By: dholland
Date: Sun Sep 18 05:31:38 UTC 2016
Modified Files:
pkgsrc/devel/bats: Makefile
Log Message:
Using PKGMANDIR is fine, but it needs to be actually set... hi jperkin :-)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/bats/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/bats/Makefile
diff -u pkgsrc/devel/bats/Makefile:1.2 pkgsrc/devel/bats/Makefile:1.3
--- pkgsrc/devel/bats/Makefile:1.2 Thu Sep 8 14:34:02 2016
+++ pkgsrc/devel/bats/Makefile Sun Sep 18 05:31:38 2016
@@ -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
Home |
Main Index |
Thread Index |
Old Index