diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-18 22:17:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-18 22:17:12 +0000 |
commit | c4005e793bf4196ffc04e5076344999d2b6644a2 (patch) | |
tree | 7d98c5fa7d0b61443b6f4955e7cf233054bcc998 /lang/parrot | |
parent | 7c5f2f19089b532af5938aebe58c51d2fb130275 (diff) | |
download | pkgsrc-c4005e793bf4196ffc04e5076344999d2b6644a2.tar.gz |
Fix installation after PKGREVISION bump.
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/Makefile | 6 |
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" |