diff options
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" |