summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-06-25 09:31:26 +0000
committerwiz <wiz@pkgsrc.org>2003-06-25 09:31:26 +0000
commit28e44a53e8726dd5f8cc79f6b02341ca412f075a (patch)
tree3aff022daa849737f3c08906aab5dc78caf46798
parentdbd72096c6a5ed0e3ade8445ab44c7dde5b518da (diff)
downloadpkgsrc-28e44a53e8726dd5f8cc79f6b02341ca412f075a.tar.gz
Fix a comment, remove freshmeat redirect
from MASTER_SITES (it points to old version, and to the same distribution site anyway) and fix post-patch target.
-rw-r--r--graphics/transcode/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/transcode/Makefile b/graphics/transcode/Makefile
index 1302640e939..84de563db64 100644
--- a/graphics/transcode/Makefile
+++ b/graphics/transcode/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2003/06/25 08:47:30 mrg Exp $
+# $NetBSD: Makefile,v 1.5 2003/06/25 09:31:26 wiz Exp $
DISTNAME= transcode-0.6.7
CATEGORIES= graphics
-MASTER_SITES= http://www.zebra.fh-weingarten.de/~transcode/pre/ \
- http://freshmeat.net/redir/transcode/15968/url_tgz/
+MASTER_SITES= http://www.zebra.fh-weingarten.de/~transcode/pre/
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/
@@ -25,7 +24,7 @@ CONFIGURE_ARGS+= --without-libmpeg3
# this used to operate on acinclude.m4 and run aclocal, but running
# aclocal here breaks due to missing DLFCN checking
post-patch:
- cd ${WRKSRC} && && \
+ cd ${WRKSRC} && \
sed "s|/usr/local|${PREFIX}|g; s|include/libmpeg3|include/mpeg3|g; s|-ldl -lm|-lm|g" configure > configure.new && \
${MV} configure.new configure && ${CHMOD} a+x configure
-cd ${WRKSRC} && ${AUTOMAKE}
@@ -40,7 +39,7 @@ post-install:
.include "../../audio/libvorbis/buildlink2.mk"
.include "../../devel/SDL/buildlink2.mk"
.include "../../devel/libmpeg3/buildlink2.mk"
-# depends on a much later avifile that is in pkgsrc
+# depends on a much later avifile than the one in pkgsrc
#.include "../../graphics/avifile/buildlink2.mk"
.include "../../graphics/ImageMagick/buildlink2.mk"
.include "../../graphics/mjpegtools/buildlink2.mk"