pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/php5 use ${PKG_SYSCONFDIR} rather than hardcoding...
details: https://anonhg.NetBSD.org/pkgsrc/rev/909d952b4297
branches: trunk
changeset: 486381:909d952b4297
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Mon Dec 27 20:20:23 2004 +0000
description:
use ${PKG_SYSCONFDIR} rather than hardcoding ${PREFIX}/etc
Fixes PR pkg/28718 by Amitai Schlair
diffstat:
lang/php5/Makefile.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ddcf4338ef21 -r 909d952b4297 lang/php5/Makefile.php
--- a/lang/php5/Makefile.php Mon Dec 27 20:07:10 2004 +0000
+++ b/lang/php5/Makefile.php Mon Dec 27 20:20:23 2004 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index