pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/php Fixed pkglint warnings.
details: https://anonhg.NetBSD.org/pkgsrc/rev/612450da91e3
branches: trunk
changeset: 499903:612450da91e3
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Sep 28 21:46:24 2005 +0000
description:
Fixed pkglint warnings.
diffstat:
lang/php/pear.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r bf8059b93352 -r 612450da91e3 lang/php/pear.mk
--- a/lang/php/pear.mk Wed Sep 28 21:42:49 2005 +0000
+++ b/lang/php/pear.mk Wed Sep 28 21:46:24 2005 +0000
@@ -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 @@
${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"
Home |
Main Index |
Thread Index |
Old Index