diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-06-14 19:58:41 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-06-14 19:58:41 +0000 |
commit | 0f049ee75c8684db45cd2f7ee14ec383c822d9ba (patch) | |
tree | c5f04181fb83c6832f1daa5a308d9d5222793dec /graphics/cbview | |
parent | 267ba56334cc118955bb06dcb64da2b156eac85a (diff) | |
download | ports-0f049ee75c8684db45cd2f7ee14ec383c822d9ba.tar.gz ports-0f049ee75c8684db45cd2f7ee14ec383c822d9ba.zip |
Notes
Diffstat (limited to 'graphics/cbview')
-rw-r--r-- | graphics/cbview/Makefile | 4 |
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: |