aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/acidrip
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-06-24 11:23:58 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-06-24 11:23:58 +0800
commit85f7442c1c62c90cbfaf28c4a00f4b054e311950 (patch)
tree7766b830fe2b9caa50a18772bfa925c81c6dc895 /multimedia/acidrip
parentcb6bd97d65b8242f5a14b641a108799b435c53d4 (diff)
downloadfreebsd-ports-gnome-85f7442c1c62c90cbfaf28c4a00f4b054e311950.tar.gz
freebsd-ports-gnome-85f7442c1c62c90cbfaf28c4a00f4b054e311950.tar.zst
freebsd-ports-gnome-85f7442c1c62c90cbfaf28c4a00f4b054e311950.zip
- Use SFE macro
- Fix comment - Fix run-time option handling error [1] PR: ports/129478 Submitted by: "Julian H. Stacey" <jhs@berklix.com> [1]
Diffstat (limited to 'multimedia/acidrip')
-rw-r--r--multimedia/acidrip/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/multimedia/acidrip/Makefile b/multimedia/acidrip/Makefile
index 81384e7fc777..9fb4683b4f95 100644
--- a/multimedia/acidrip/Makefile
+++ b/multimedia/acidrip/Makefile
@@ -9,11 +9,10 @@ PORTNAME= acidrip
PORTVERSION= 0.14
PORTREVISION= 5
CATEGORIES= multimedia
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SFE
MAINTAINER= ports@FreeBSD.org
-COMMENT= GTK2::Perl wrapper for MPlayer and MEncoder for ripping DVD's
+COMMENT= GTK2::Perl wrapper for MPlayer and MEncoder for ripping DVDs
BUILD_DEPENDS= lsdvd:${PORTSDIR}/multimedia/lsdvd \
mencoder:${PORTSDIR}/multimedia/mencoder \
@@ -37,8 +36,8 @@ pre-everything::
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|' \
- ${WRKSRC}/AcidRip/acidrip.pm
+ @${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|' ${WRKSRC}/AcidRip/acidrip.pm
@${RM} ${WRKSRC}/AcidRip/*.bak
+ @${RM} ${WRKSRC}/AcidRip/*.orig
.include <bsd.port.mk>