aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/p5-Subtitles
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2005-12-29 21:54:08 +0800
committerosa <osa@FreeBSD.org>2005-12-29 21:54:08 +0800
commit6616c61ae8eda051df724604794e1eb022e5fb4f (patch)
tree6aa1709316e0ef7682853494f5f3fa9792a03ef6 /multimedia/p5-Subtitles
parentba26b3222550bfc9ca411a748f938ae123dd1051 (diff)
downloadfreebsd-ports-gnome-6616c61ae8eda051df724604794e1eb022e5fb4f.tar.gz
freebsd-ports-gnome-6616c61ae8eda051df724604794e1eb022e5fb4f.tar.zst
freebsd-ports-gnome-6616c61ae8eda051df724604794e1eb022e5fb4f.zip
Fix wrong way with WITH_SUBTITLES_SUBPLAY knob.
Bump PORTREVISION. Goggleeyed by: tobez Pointy hat to: osa
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>