From 0374075bfe34b9205ac792f4abec978576da0d35 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 25 Nov 2001 19:18:32 +0000 Subject: APACHE_SYSCONFDIR is obsolete...set PKG_SYSCONFSUBDIR to httpd instead. --- net/stripes/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'net/stripes') 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" -- cgit v1.2.3