summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-12-27 20:20:23 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-12-27 20:20:23 +0000
commit559abdc62e320eb523a10c7e67dad73c74fdaced (patch)
tree9d9814ed5130fb8cb155834cc479954359184e6a /lang
parent23223d0bd7cf356f706dcb3875c5e338072a0e37 (diff)
downloadpkgsrc-559abdc62e320eb523a10c7e67dad73c74fdaced.tar.gz
use ${PKG_SYSCONFDIR} rather than hardcoding ${PREFIX}/etc
Fixes PR pkg/28718 by Amitai Schlair
Diffstat (limited to 'lang')
-rw-r--r--lang/php5/Makefile.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile.php b/lang/php5/Makefile.php
index 591d09d190f..ca7378e98c7 100644
--- a/lang/php5/Makefile.php
+++ b/lang/php5/Makefile.php
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.2 2004/12/17 07:36:13 jdolecek Exp $
+# $NetBSD: Makefile.php,v 1.3 2004/12/27 20:20:23 jdolecek Exp $
#
.include "../../lang/php5/Makefile.common"
@@ -17,7 +17,7 @@ PLIST_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR}
.include "../../mk/bsd.prefs.mk"
-CONFIGURE_ARGS+= --with-config-file-path=${PREFIX}/etc/
+CONFIGURE_ARGS+= --with-config-file-path=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-regex=system
CONFIGURE_ARGS+= --without-mysql