pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2004Q4]: pkgsrc/lang/php5 Pullup ticket 189 - requested by Ami...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/166a1c69df00
branches:  pkgsrc-2004Q4
changeset: 485782:166a1c69df00
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue Dec 28 23:21:22 2004 +0000

description:
Pullup ticket 189 - requested by Amitai Schlair
installation fix for php5

        Module Name:   pkgsrc
        Committed By:  jdolecek
        Date:          Mon Dec 27 20:20:23 UTC 2004

        Modified Files:
               pkgsrc/lang/php5: Makefile.php

        Log Message:
        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 7fedb72ffe9a -r 166a1c69df00 lang/php5/Makefile.php
--- a/lang/php5/Makefile.php    Mon Dec 27 18:31:41 2004 +0000
+++ b/lang/php5/Makefile.php    Tue Dec 28 23:21:22 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.2.2.1 2004/12/28 23:21:22 salo 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