summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorhans <hans>2012-02-16 19:58:58 +0000
committerhans <hans>2012-02-16 19:58:58 +0000
commitd24c9ac13d31b1a8d69604607ef083d10cc39292 (patch)
tree9d57eb01d3e2401f1facf8f735f1a4231db01352 /www
parent064999fc764111b5c0d43c85ccff862337a52356 (diff)
downloadpkgsrc-d24c9ac13d31b1a8d69604607ef083d10cc39292.tar.gz
Make sure the correct install tool is used.
Diffstat (limited to 'www')
-rw-r--r--www/cgic/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/cgic/Makefile b/www/cgic/Makefile
index 1a7bfd4ead4..75673902412 100644
--- a/www/cgic/Makefile
+++ b/www/cgic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/07/14 12:56:14 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2012/02/16 19:58:58 hans Exp $
DISTNAME= cgic205
PKGNAME= cgic-2.05
@@ -13,5 +13,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= include lib
USE_LIBTOOL= yes
+MAKE_ENV+= INSTALL=${TOOLS_PATH.install:Q}
.include "../../mk/bsd.pkg.mk"