Date: Tue, 9 Jun 2015 18:53:08 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388977 - head/japanese/lynx Message-ID: <201506091853.t59Ir8xu052800@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 9 18:53:07 2015 New Revision: 388977 URL: https://svnweb.freebsd.org/changeset/ports/388977 Log: - Fix shebangs MFH: 2015Q2 (blanket) Modified: head/japanese/lynx/Makefile Modified: head/japanese/lynx/Makefile ============================================================================== --- head/japanese/lynx/Makefile Tue Jun 9 18:53:07 2015 (r388976) +++ head/japanese/lynx/Makefile Tue Jun 9 18:53:07 2015 (r388977) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506091853.t59Ir8xu052800>