pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/php Not all OS have a ln(1) that only accepts one...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/663f0b18ef6e
branches:  trunk
changeset: 495553:663f0b18ef6e
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Tue Jun 14 01:35:09 2005 +0000

description:
Not all OS have a ln(1) that only accepts one argument, so let's use two.

diffstat:

 lang/php/pear.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e7ee705e7ad3 -r 663f0b18ef6e lang/php/pear.mk
--- a/lang/php/pear.mk  Tue Jun 14 00:58:45 2005 +0000
+++ b/lang/php/pear.mk  Tue Jun 14 01:35:09 2005 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index