aboutsummaryrefslogtreecommitdiff
path: root/graphics/cbview
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-06-14 19:58:41 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-06-14 19:58:41 +0000
commit0f049ee75c8684db45cd2f7ee14ec383c822d9ba (patch)
treec5f04181fb83c6832f1daa5a308d9d5222793dec /graphics/cbview
parent267ba56334cc118955bb06dcb64da2b156eac85a (diff)
downloadports-0f049ee75c8684db45cd2f7ee14ec383c822d9ba.tar.gz
ports-0f049ee75c8684db45cd2f7ee14ec383c822d9ba.zip
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.
Notes
Notes: svn path=/head/; revision=137458
Diffstat (limited to 'graphics/cbview')
-rw-r--r--graphics/cbview/Makefile4
1 files changed, 2 insertions, 2 deletions
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: