pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/bats Using PKGMANDIR is fine, but it needs to be...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18e3b9677d3a
branches:  trunk
changeset: 352655:18e3b9677d3a
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Sep 18 05:31:38 2016 +0000

description:
Using PKGMANDIR is fine, but it needs to be actually set... hi jperkin :-)

diffstat:

 devel/bats/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a6c04001b6ed -r 18e3b9677d3a devel/bats/Makefile
--- a/devel/bats/Makefile       Sun Sep 18 05:28:02 2016 +0000
+++ b/devel/bats/Makefile       Sun Sep 18 05:31:38 2016 +0000
@@ -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 @@
 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