From b73bbaef483b7822752216cc964006411a49c48b Mon Sep 17 00:00:00 2001 From: mezz Date: Tue, 14 Jun 2005 19:58:41 +0000 Subject: Got bite by -w when I upgraded my desktop to 6.0-CURRENT. % cbview env: perl -w: No such file or directory Remove -w and bump the PORTREVISION. --- graphics/cbview/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/cbview') diff --git a/graphics/cbview/Makefile b/graphics/cbview/Makefile index a33cb863e66a..212dd1b10e4e 100644 --- a/graphics/cbview/Makefile +++ b/graphics/cbview/Makefile @@ -7,7 +7,7 @@ PORTNAME= cbview PORTVERSION= 0.06 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics perl5 MASTER_SITES= http://elvine.org/code/cbview/ @@ -27,7 +27,7 @@ PLIST_FILES= bin/${PORTNAME} PORTDOCS= COPYING Changes INSTALL README TODO post-patch: - @${REINPLACE_CMD} -e 's|perl -w|env perl -w|g' \ + @${REINPLACE_CMD} -e 's|perl -w|env perl|g' \ ${WRKSRC}/${PORTNAME} do-install: -- cgit