svn commit: r389918 - head/japanese/lynx-current

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 17 12:57:08 UTC 2015


Author: amdmi3
Date: Wed Jun 17 12:57:08 2015
New Revision: 389918
URL: https://svnweb.freebsd.org/changeset/ports/389918

Log:
  - Fix shebangs

Modified:
  head/japanese/lynx-current/Makefile

Modified: head/japanese/lynx-current/Makefile
==============================================================================
--- head/japanese/lynx-current/Makefile	Wed Jun 17 12:56:28 2015	(r389917)
+++ head/japanese/lynx-current/Makefile	Wed Jun 17 12:57:08 2015	(r389918)
@@ -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}" \


More information about the svn-ports-all mailing list