summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorobache <obache>2010-03-09 07:48:38 +0000
committerobache <obache>2010-03-09 07:48:38 +0000
commitafc6528a10117eb0d92f23741675008471d3d988 (patch)
treec7a11917d40781bdb691e72073b483f04b3ef66d /lang
parent0e4136ea371b3fd3cb9d318bd09a836161a8db13 (diff)
downloadpkgsrc-afc6528a10117eb0d92f23741675008471d3d988.tar.gz
Remove wrong ${DESTDIR} addition.
Diffstat (limited to 'lang')
-rw-r--r--lang/pear/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pear/Makefile b/lang/pear/Makefile
index 42b6a51402d..b6fca111319 100644
--- a/lang/pear/Makefile
+++ b/lang/pear/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2009/10/29 08:29:03 seb Exp $
+# $NetBSD: Makefile,v 1.12 2010/03/09 07:48:38 obache Exp $
#
DISTNAME= PEAR-1.9.0
@@ -89,7 +89,7 @@ do-build:
${CP} ${CONSOLE_WRKSRC}/Console/Getopt.php ${BUNDLE}
do-install:
- ${PREFIX}/bin/php ${DESTDIR}${WRKSRC}/install/go-pear.php local
+ ${PREFIX}/bin/php ${WRKSRC}/install/go-pear.php local
${INSTALL_SCRIPT} ${WRKSRC}/pear.sh ${DESTDIR}${PREFIX}/bin/pear
${INSTALL_DATA} ${WRKSRC}/pear.conf \
${DESTDIR}${PREFIX}/share/examples/pear/pear.conf