summaryrefslogtreecommitdiff
path: root/lang/php/pear.mk
diff options
context:
space:
mode:
authorrillig <rillig>2005-09-28 21:46:24 +0000
committerrillig <rillig>2005-09-28 21:46:24 +0000
commitd8f2f963778bec15128bddde3cdf7678d9307986 (patch)
tree6374af2b43817f0e0b326eebceb99bcdd2e93083 /lang/php/pear.mk
parent120492e7a34d8e436758d6e3f70b4e5393abc52a (diff)
downloadpkgsrc-d8f2f963778bec15128bddde3cdf7678d9307986.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'lang/php/pear.mk')
-rw-r--r--lang/php/pear.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php/pear.mk b/lang/php/pear.mk
index 0d0dc9f7b86..a9dc9d5532e 100644
--- a/lang/php/pear.mk
+++ b/lang/php/pear.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pear.mk,v 1.7 2005/06/14 01:35:09 jschauma Exp $
+# $NetBSD: pear.mk,v 1.8 2005/09/28 21:46:24 rillig Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install pear packages.
@@ -44,13 +44,13 @@ PEAR_GENERATE_PLIST= \
${PREFIX}/bin/php -C -n ${PKGDIR}/../../lang/php/pear_plist.php;
GENERATE_PLIST+= ${PEAR_GENERATE_PLIST}
-NO_BUILD= # defined
+NO_BUILD= yes
post-extract:
@cd ${WRKSRC} && ${LN} -s ${WRKDIR}/package.xml package.xml
do-install:
- cd ${WRKSRC} && ${PEAR_CMD} install package.xml || exit 1
+ cd ${WRKSRC} && ${PEAR_CMD} "install" package.xml || exit 1
.include "../../lang/php/phpversion.mk"
.include "${PHPPKGSRCDIR}/buildlink3.mk"