summaryrefslogtreecommitdiff
path: root/multimedia/dvdrip/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-10 16:03:09 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-10 16:03:09 +0000
commit560278f5769f0cc6a1940f9d21d997884a69615c (patch)
tree6655d2958b97d6bbc942479552f5b0c8022e51da /multimedia/dvdrip/Makefile
parenttexas chainsaw kde2 massacre (diff)
Update to 0.44
Reviewed by: maintainer Approved by: maintainer
Notes
Notes: svn path=/head/; revision=66068
Diffstat (limited to 'multimedia/dvdrip/Makefile')
-rw-r--r--multimedia/dvdrip/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/multimedia/dvdrip/Makefile b/multimedia/dvdrip/Makefile
index 5ebe5984d9ae..f3602ed4bf72 100644
--- a/multimedia/dvdrip/Makefile
+++ b/multimedia/dvdrip/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= dvdrip
-PORTVERSION= 0.41.01
+PORTVERSION= 0.44
CATEGORIES= graphics
-MASTER_SITES= http://www.exit1.org/dvdrip/dist/pre/
-DISTNAME= Video-DVDRip-${PORTVERSION:S/.01$//g}_01
+MASTER_SITES= http://www.exit1.org/dvdrip/dist/
+DISTNAME= Video-DVDRip-${PORTVERSION}
MAINTAINER= michaelnottebrock@gmx.net
@@ -59,5 +59,7 @@ post-patch:
${WRKSRC}/dvdrip
@${PERL} -pi -e 's#/usr/local/bin/perl#${PERL5}#' \
${WRKSRC}/dvdrip-master
+ @${PERL} -pi -e 's#cc#${CC}#' \
+ ${WRKSRC}/src/Makefile
.include <bsd.port.mk>