aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/dvdrip/Makefile
diff options
context:
space:
mode:
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>