summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorveego <veego@pkgsrc.org>2006-01-07 23:47:02 +0000
committerveego <veego@pkgsrc.org>2006-01-07 23:47:02 +0000
commita25f1f982a8516f0dd705c0a7d6bc54f38733c10 (patch)
tree735b3c07973ae28a3a84c34a8ae1161a365fcfda /multimedia
parent4209cc022f1bc02c92e34fae6121ed0db702c2e0 (diff)
downloadpkgsrc-a25f1f982a8516f0dd705c0a7d6bc54f38733c10.tar.gz
Fix the last commit so that the link points to libxvidcore.so.4 and not to
the target libxvidcore.so.4.[0-9]*, which is wrong. Bump PKGREVISION again.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/transcode/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile
index 6872139215d..76a92efc2f8 100644
--- a/multimedia/transcode/Makefile
+++ b/multimedia/transcode/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2006/01/07 11:03:24 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2006/01/07 23:47:02 veego Exp $
DISTNAME= transcode-0.6.12
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= multimedia
MASTER_SITES= http://dl.fkb.wormulon.net/transcode/ \
http://dl.kel.wormulon.net/transcode/
@@ -37,7 +37,7 @@ post-patch:
.if ${MACHINE_ARCH} == "i386"
post-install:
- ${LN} -sf ../libxvidcore.so.4.[0-9]* ${PREFIX}/lib/transcode/libxvidcore.so.4
+ ${LN} -sf ../libxvidcore.so.4 ${PREFIX}/lib/transcode/libxvidcore.so.4
.endif
.include "../../archivers/liblzo/buildlink3.mk"