diff options
author | hans <hans> | 2012-02-16 18:48:05 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-16 18:48:05 +0000 |
commit | 62198bba41f5952146a3ca6e4c88414c56c44618 (patch) | |
tree | 4534b5bed922a8da5bbee9262e6133c58657a529 /devel | |
parent | 0b88c268fd586905f65514398590b12242dae00f (diff) | |
download | pkgsrc-62198bba41f5952146a3ca6e4c88414c56c44618.tar.gz |
Make sure this uses the correct install tool.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pmccabe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pmccabe/Makefile b/devel/pmccabe/Makefile index c0d5c1340dd..c9a35cbaad2 100644 --- a/devel/pmccabe/Makefile +++ b/devel/pmccabe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2009/02/04 12:30:14 is Exp $ +# $NetBSD: Makefile,v 1.10 2012/02/16 18:48:05 hans Exp $ DISTNAME= pmccabe-2.5-CVS20081026 PKGNAME= pmccabe-2.5 @@ -14,6 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/pmccabe CFLAGS+= -D__unix=1 +MAKE_ENV+= INSTALL=${TOOLS_PATH.install:Q} TEST_TARGET= test |