APACHE_SYSCONFDIR is obsolete...set PKG_SYSCONFSUBDIR to httpd instead.
This commit is contained in:
parent
8e650c8e90
commit
0374075bfe
1 changed files with 3 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue