summaryrefslogtreecommitdiff
path: root/www/wwwcount/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2005-10-01 17:25:32 +0000
committerminskim <minskim>2005-10-01 17:25:32 +0000
commita3c2bd21ada5a9a0f3c24168f4f4b4c5966f7c6b (patch)
tree0e0d23fb57b53747eb4e2c7cfb70291761980e1f /www/wwwcount/Makefile
parent82851bcd6b5325aefb0dcc6f339b9e69d118a968 (diff)
downloadpkgsrc-a3c2bd21ada5a9a0f3c24168f4f4b4c5966f7c6b.tar.gz
Use VARBASE instead of hardcoding /var. This addresses part of
PR pkg/29896.
Diffstat (limited to 'www/wwwcount/Makefile')
-rw-r--r--www/wwwcount/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wwwcount/Makefile b/www/wwwcount/Makefile
index c8227edf3fc..fa3d1304a14 100644
--- a/www/wwwcount/Makefile
+++ b/www/wwwcount/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/04/05 20:19:13 reed Exp $
+# $NetBSD: Makefile,v 1.11 2005/10/01 17:25:32 minskim Exp $
DISTNAME= wwwcount2.5
PKGNAME= wwwcount-2.5
@@ -14,7 +14,7 @@ INSTALLATION_DIRS= bin man/man1 share/doc/wwwcount/Count2.5/images \
share/doc/wwwcount/Count2.5/eximages share/examples
pre-configure:
- cd ${WRKSRC}; yes "" | PREFIX=${PREFIX} ./Count-config
+ cd ${WRKSRC}; yes "" | PREFIX=${PREFIX} VARBASE=${VARBASE} ./Count-config
do-install:
cd ${WRKSRC}; yes "" | ./Count-install