diff options
Diffstat (limited to 'net/stripes/Makefile')
-rw-r--r-- | net/stripes/Makefile | 8 |
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" |