aboutsummaryrefslogtreecommitdiff
path: root/multimedia/p5-Subtitles
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2005-12-29 13:54:08 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2005-12-29 13:54:08 +0000
commite4a7870857369c9c9cd06e782c73c0fec5aa6124 (patch)
tree9d6dc9d4561162d1de7a369966f18c08097cb947 /multimedia/p5-Subtitles
parent1cab05a3af261955ec89937b9f3b59594d05a5e7 (diff)
downloadports-e4a7870857369c9c9cd06e782c73c0fec5aa6124.tar.gz
ports-e4a7870857369c9c9cd06e782c73c0fec5aa6124.zip
Fix wrong way with WITH_SUBTITLES_SUBPLAY knob.
Bump PORTREVISION. Goggleeyed by: tobez Pointy hat to: osa
Notes
Notes: svn path=/head/; revision=152352
Diffstat (limited to 'multimedia/p5-Subtitles')
-rw-r--r--multimedia/p5-Subtitles/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/p5-Subtitles/Makefile b/multimedia/p5-Subtitles/Makefile
index 8077cc5bd2d6..2790f30e81d4 100644
--- a/multimedia/p5-Subtitles/Makefile
+++ b/multimedia/p5-Subtitles/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Subtitles
PORTVERSION= 0.08
+PORTREVISION= 1
CATEGORIES= multimedia perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Prima/KARASIK
@@ -27,11 +28,11 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Prima.pm:${PORTSDIR}/x11-toolkits/p5-Prim
PLIST_SUB+= SUBPLAY=""
MAN1+= subplay.1
+.else
+PLIST_SUB+= SUBPLAY="@comment "
post-patch:
@${REINPLACE_CMD} -e "s|\('subs'\), 'subplay'|\1|" ${WRKSRC}/Makefile.PL
-.else
-PLIST_SUB+= SUBPLAY="@comment "
.endif
.include <bsd.port.mk>