aboutsummaryrefslogtreecommitdiff
path: root/japanese/lynx-current
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-17 12:57:08 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-17 12:57:08 +0000
commit30b7f7d2650e47361c900b7b4feae870212b45dd (patch)
tree70379ddd7dbf73ca672ebf80f590a87f46de9cb7 /japanese/lynx-current
parent231a8d5e14eb47edecff6880cb4959069508ba54 (diff)
downloadports-30b7f7d2650e47361c900b7b4feae870212b45dd.tar.gz
ports-30b7f7d2650e47361c900b7b4feae870212b45dd.zip
- Fix shebangs
Notes
Notes: svn path=/head/; revision=389918
Diffstat (limited to 'japanese/lynx-current')
-rw-r--r--japanese/lynx-current/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/lynx-current/Makefile b/japanese/lynx-current/Makefile
index b0bd63f27fc7..9b0125b04b9c 100644
--- a/japanese/lynx-current/Makefile
+++ b/japanese/lynx-current/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= dev.3
CONFLICTS= lynx-2.* ja-lynx-2.8.7.*
WRKSRC= ${WRKDIR}/${PORTNAME}${VERSION:S/./-/g}
-USES= cpe tar:bzip2
+USES= cpe shebangfix tar:bzip2
+SHEBANG_FILES= samples/mailto-form.pl
MAKE_JOBS_UNSAFE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-screen=ncurses --with-zlib --libdir="${L_LIB}" \