diff options
-rw-r--r-- | lang/pear/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/pear/Makefile b/lang/pear/Makefile index b4bc32e153c..23294b41aa8 100644 --- a/lang/pear/Makefile +++ b/lang/pear/Makefile @@ -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 @@ do-build: ${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" |