pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/parrot Fix installation after PKGREVISION bump.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36070800fd85
branches:  trunk
changeset: 508412:36070800fd85
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Feb 18 22:17:12 2006 +0000

description:
Fix installation after PKGREVISION bump.

diffstat:

 lang/parrot/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 5b082fba0e24 -r 36070800fd85 lang/parrot/Makefile
--- a/lang/parrot/Makefile      Sat Feb 18 22:13:23 2006 +0000
+++ b/lang/parrot/Makefile      Sat Feb 18 22:17:12 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/02/05 23:09:46 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2006/02/18 22:17:12 wiz Exp $
 #
 
 DISTNAME=              parrot-0.4.1
@@ -44,8 +44,8 @@
                > ${WRKSRC}/Makefile
 
 post-install:
-       if [ -e ${PREFIX}/lib/libparrot.so.${PKGVERSION} ]; then \
-               ${LN} -s libparrot.so.${PKGVERSION} ${PREFIX}/lib/libparrot.so ; \
+       if [ -e ${PREFIX}/lib/libparrot.so.0.4.1 ]; then \
+               ${LN} -s libparrot.so.0.4.1 ${PREFIX}/lib/libparrot.so ; \
        fi
 
 .include "../../textproc/icu/buildlink3.mk"



Home | Main Index | Thread Index | Old Index