summaryrefslogtreecommitdiff
path: root/net/stripes
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-11-25 19:18:32 +0000
committerjlam <jlam@pkgsrc.org>2001-11-25 19:18:32 +0000
commit0374075bfe34b9205ac792f4abec978576da0d35 (patch)
tree433d06f5bcf29fccdf2ee65063883419c477ba76 /net/stripes
parent8e650c8e902e210f354d7c435fafeecb5eef6d00 (diff)
downloadpkgsrc-0374075bfe34b9205ac792f4abec978576da0d35.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"