svn commit: r394215 - head/devel/ncurses
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Aug 14 13:52:26 UTC 2015
Author: amdmi3
Date: Fri Aug 14 13:52:25 2015
New Revision: 394215
URL: https://svnweb.freebsd.org/changeset/ports/394215
Log:
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Modified:
head/devel/ncurses/Makefile
Modified: head/devel/ncurses/Makefile
==============================================================================
--- head/devel/ncurses/Makefile Fri Aug 14 13:47:17 2015 (r394214)
+++ head/devel/ncurses/Makefile Fri Aug 14 13:52:25 2015 (r394215)
@@ -3,6 +3,7 @@
PORTNAME= ncurses
DISTVERSION= ${RELEASE}-20150214
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/current/
DIST_SUBDIR= ${PORTNAME}
@@ -38,7 +39,8 @@ TRACE_DESC= Add trace() function to all
CONFIGURE_ENV= gnat_exists="no"
USE_LDCONFIG= yes
-USES= tar:tgz
+USES= shebangfix tar:tgz
+SHEBANG_FILES= test/tracemunch
WIDEC_WRKSRC= ${WRKSRC}/build.widec
NOWIDEC_WRKSRC= ${WRKSRC}/build.nowidec
More information about the svn-ports-all
mailing list