diff options
author | kris <kris@FreeBSD.org> | 2002-11-07 12:41:40 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-11-07 12:41:40 +0800 |
commit | 4070e0eb10838d01ba4f24c9025a810bab3550d4 (patch) | |
tree | 4f4ebb53de9f281ed4689d3000187a04fe7628a2 /textproc | |
parent | 5e188bb92f8e9d411f991b38201905caebc40e8b (diff) | |
download | freebsd-ports-gnome-4070e0eb10838d01ba4f24c9025a810bab3550d4.tar.gz freebsd-ports-gnome-4070e0eb10838d01ba4f24c9025a810bab3550d4.tar.zst freebsd-ports-gnome-4070e0eb10838d01ba4f24c9025a810bab3550d4.zip |
Don't quote PORTCOMMENT.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-xmltv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-xmltv/Makefile b/textproc/p5-xmltv/Makefile index e3cfe1d54b4b..b5b02a7b7e26 100644 --- a/textproc/p5-xmltv/Makefile +++ b/textproc/p5-xmltv/Makefile @@ -31,7 +31,7 @@ BUILD_DEPENDS+= \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/CharName.pm:${PORTSDIR}/converters/p5-Unicode-String RUN_DEPENDS= ${BUILD_DEPENDS} -PORTCOMMENT="Set of programs to process TV (tvguide) listings in XML format" +PORTCOMMENT= Set of programs to process TV (tvguide) listings in XML format IS_INTERACTIVE= yes USE_REINPLACE= yes |