diff options
author | wiz <wiz@pkgsrc.org> | 2003-06-25 09:31:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-06-25 09:31:26 +0000 |
commit | 28e44a53e8726dd5f8cc79f6b02341ca412f075a (patch) | |
tree | 3aff022daa849737f3c08906aab5dc78caf46798 | |
parent | dbd72096c6a5ed0e3ade8445ab44c7dde5b518da (diff) | |
download | pkgsrc-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/Makefile | 9 |
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" |