diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-09 18:53:07 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-09 18:53:07 +0000 |
commit | 56a9c9cc1f36cbb00eab6484472118dac11cc73a (patch) | |
tree | 3481122971beb9046ee04ced5a4b115050c88838 | |
parent | 5cbcb31b9298b6c83b11a5937f6af9826c7c2a7a (diff) | |
download | ports-56a9c9cc1f36cbb00eab6484472118dac11cc73a.tar.gz ports-56a9c9cc1f36cbb00eab6484472118dac11cc73a.zip |
- Fix shebangs
MFH: 2015Q2 (blanket)
Notes
Notes:
svn path=/head/; revision=388977
-rw-r--r-- | japanese/lynx/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/lynx/Makefile b/japanese/lynx/Makefile index e0a0bbbe1e23..e764fc0bf591 100644 --- a/japanese/lynx/Makefile +++ b/japanese/lynx/Makefile @@ -3,7 +3,7 @@ PORTNAME= lynx DISTVERSION= ${VERSION}.${MINOR_VERSION:S/.//} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese www ipv6 MASTER_SITES= http://lynx.isc.org/current/ \ http://ftp2.uk.freebsd.org/sites/lynx.isc.org/current/ @@ -19,7 +19,8 @@ MINOR_VERSION= rel.1 CONFLICTS= lynx-2.* ja-lynx-2.8.8.* -USES= cpe tar:bzip2 +USES= cpe shebangfix tar:bzip2 +SHEBANG_FILES= samples/mailto-form.pl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${L_LIB}" \ --enable-nsl-fork --enable-ipv6 \ |