summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz>2006-02-18 22:17:12 +0000
committerwiz <wiz>2006-02-18 22:17:12 +0000
commit15b6895d6318fd7af94ecdce6b63138d595fb5aa (patch)
tree7d98c5fa7d0b61443b6f4955e7cf233054bcc998 /lang
parentcbdbc21433842e40e9520026c5baaaee3a9846bf (diff)
downloadpkgsrc-15b6895d6318fd7af94ecdce6b63138d595fb5aa.tar.gz
Fix installation after PKGREVISION bump.
Diffstat (limited to 'lang')
-rw-r--r--lang/parrot/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile
index 9c9132cdf3d..e7990a64a92 100644
--- a/lang/parrot/Makefile
+++ b/lang/parrot/Makefile
@@ -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 @@ post-configure:
> ${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"