diff options
author | osa <osa@FreeBSD.org> | 2005-12-29 21:54:08 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2005-12-29 21:54:08 +0800 |
commit | 6616c61ae8eda051df724604794e1eb022e5fb4f (patch) | |
tree | 6aa1709316e0ef7682853494f5f3fa9792a03ef6 /multimedia/p5-Subtitles | |
parent | ba26b3222550bfc9ca411a748f938ae123dd1051 (diff) | |
download | freebsd-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/Makefile | 5 |
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> |