diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-26 07:30:44 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-26 07:30:44 +0000 |
commit | 6e896e42e0b57db32d2b3cfe92a60d114e0d1627 (patch) | |
tree | ce964d0907326e2bc74bee9012da993ab49a30bf /www/php4/Makefile.php | |
parent | 62f34ce4e80b59595e6d325b65b09adff05f63a3 (diff) | |
download | pkgsrc-6e896e42e0b57db32d2b3cfe92a60d114e0d1627.tar.gz |
Forgot a CONFDIR -> PKG_SYSCONFDIR replacement.
Diffstat (limited to 'www/php4/Makefile.php')
-rw-r--r-- | www/php4/Makefile.php | 4 |
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 |