summaryrefslogtreecommitdiff
path: root/www/php4/Makefile.php
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-11-26 07:30:44 +0000
committerjlam <jlam@pkgsrc.org>2001-11-26 07:30:44 +0000
commit6e896e42e0b57db32d2b3cfe92a60d114e0d1627 (patch)
treece964d0907326e2bc74bee9012da993ab49a30bf /www/php4/Makefile.php
parent62f34ce4e80b59595e6d325b65b09adff05f63a3 (diff)
downloadpkgsrc-6e896e42e0b57db32d2b3cfe92a60d114e0d1627.tar.gz
Forgot a CONFDIR -> PKG_SYSCONFDIR replacement.
Diffstat (limited to 'www/php4/Makefile.php')
-rw-r--r--www/php4/Makefile.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php4/Makefile.php b/www/php4/Makefile.php
index 3d5d7a65d5f..1d641999368 100644
--- a/www/php4/Makefile.php
+++ b/www/php4/Makefile.php
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.4 2001/11/19 16:23:15 jlam Exp $
+# $NetBSD: Makefile.php,v 1.5 2001/11/26 07:34:07 jlam Exp $
.include "../../www/php4/Makefile.common"
@@ -17,7 +17,7 @@ CONFIGURE_ARGS+= --disable-posix
CONFIGURE_ARGS+= --disable-session
CONFIGURE_ARGS+= --disable-xml
-CONFIGURE_ARGS+= --with-config-file-path=${CONFDIR}
+CONFIGURE_ARGS+= --with-config-file-path=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-exec-dir=${PREFIX}/libexec/php4
CONFIGURE_ARGS+= --with-regex=system