pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/pear Partial conversion to DESTDIR



details:   https://anonhg.NetBSD.org/pkgsrc/rev/131df9ca3b01
branches:  trunk
changeset: 393953:131df9ca3b01
user:      abs <abs%pkgsrc.org@localhost>
date:      Sat May 30 22:59:52 2009 +0000

description:
Partial conversion to DESTDIR

diffstat:

 lang/pear/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r ebddbfe9a7cc -r 131df9ca3b01 lang/pear/Makefile
--- a/lang/pear/Makefile        Sat May 30 20:02:07 2009 +0000
+++ b/lang/pear/Makefile        Sat May 30 22:59:52 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/12/20 14:42:50 adrianp Exp $
+# $NetBSD: Makefile,v 1.9 2009/05/30 22:59:52 abs Exp $
 #
 
 DISTNAME=      PEAR-1.5.4
@@ -87,11 +87,11 @@
        ${CP} ${WRKSRC}/PEAR.php ${BUNDLE}
 
 do-install:
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/pear
-       ${PREFIX}/bin/php ${WRKSRC}/install/go-pear.php local
-       ${INSTALL_SCRIPT} ${WRKSRC}/pear.sh ${PREFIX}/bin/pear
+       ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/pear
+       ${PREFIX}/bin/php ${DESTDIR}${WRKSRC}/install/go-pear.php local
+       ${INSTALL_SCRIPT} ${WRKSRC}/pear.sh ${DESTDIR}${PREFIX}/bin/pear
        ${INSTALL_DATA} ${WRKSRC}/pear.conf \
-               ${PREFIX}/share/examples/pear/pear.conf
+               ${DESTDIR}${PREFIX}/share/examples/pear/pear.conf
 
 .include "${PHPPKGSRCDIR}/buildlink3.mk"
 



Home | Main Index | Thread Index | Old Index