summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authorjschauma <jschauma>2005-06-14 01:35:09 +0000
committerjschauma <jschauma>2005-06-14 01:35:09 +0000
commit175cfbde458191bc9ffeac1fad62968e46f9c7c5 (patch)
tree2a72605c3044333515b3b19ec18842e9671ff0de /lang/php
parent27c42cf84c9d4095f7d949d53d7400c4f024fc40 (diff)
downloadpkgsrc-175cfbde458191bc9ffeac1fad62968e46f9c7c5.tar.gz
Not all OS have a ln(1) that only accepts one argument, so let's use two.
Diffstat (limited to 'lang/php')
-rw-r--r--lang/php/pear.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/pear.mk b/lang/php/pear.mk
index 298fef85f90..0d0dc9f7b86 100644
--- a/lang/php/pear.mk
+++ b/lang/php/pear.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pear.mk,v 1.6 2005/03/25 12:45:09 jmmv Exp $
+# $NetBSD: pear.mk,v 1.7 2005/06/14 01:35:09 jschauma Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install pear packages.
@@ -47,7 +47,7 @@ GENERATE_PLIST+= ${PEAR_GENERATE_PLIST}
NO_BUILD= # defined
post-extract:
- @cd ${WRKSRC} && ${LN} -s ${WRKDIR}/package.xml
+ @cd ${WRKSRC} && ${LN} -s ${WRKDIR}/package.xml package.xml
do-install:
cd ${WRKSRC} && ${PEAR_CMD} install package.xml || exit 1