summaryrefslogtreecommitdiff
path: root/net/stripes
diff options
context:
space:
mode:
authorjlam <jlam>2001-11-25 19:18:32 +0000
committerjlam <jlam>2001-11-25 19:18:32 +0000
commitd20124cb1a93621f35c232fd42956da4d70d39e4 (patch)
tree433d06f5bcf29fccdf2ee65063883419c477ba76 /net/stripes
parenta5e336dd7b9ec7987bfeef06b4ba9c181ed4d957 (diff)
downloadpkgsrc-d20124cb1a93621f35c232fd42956da4d70d39e4.tar.gz
APACHE_SYSCONFDIR is obsolete...set PKG_SYSCONFSUBDIR to httpd instead.
Diffstat (limited to 'net/stripes')
-rw-r--r--net/stripes/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/stripes/Makefile b/net/stripes/Makefile
index 22b73cf2850..ae3d3780391 100644
--- a/net/stripes/Makefile
+++ b/net/stripes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/09/05 17:18:21 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2001/11/25 19:18:32 jlam Exp $
#
DISTNAME= stripes-2.1
@@ -14,10 +14,8 @@ DEPENDS+= p5-Net-Telnet>=3.02:../../net/p5-Net-Telnet
USE_PERL5= # defined
-NO_CONFIGURE= yes
+PKG_SYSCONFSUBDIR?= httpd
ALL_TARGET= all DEST=${PREFIX} PERL=${PERL5} \
- CONFIGFILE=${APACHE_SYSCONFDIR}/lg.conf
-
-BUILD_DEFS+= APACHE_SYSCONFDIR
+ CONFIGFILE=${PKG_SYSCONFDIR}/lg.conf
.include "../../mk/bsd.pkg.mk"