svn commit: r396680 - branches/2015Q3/math/bamg
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Sep 11 16:21:53 UTC 2015
Author: amdmi3
Date: Fri Sep 11 16:21:52 2015
New Revision: 396680
URL: https://svnweb.freebsd.org/changeset/ports/396680
Log:
MFH: r396679
- Fix shebangs
Approved by: portmgr blanket
Approved by: ports-secteam shebang fix blanket
Modified:
branches/2015Q3/math/bamg/Makefile
Directory Properties:
branches/2015Q3/ (props changed)
Modified: branches/2015Q3/math/bamg/Makefile
==============================================================================
--- branches/2015Q3/math/bamg/Makefile Fri Sep 11 16:10:35 2015 (r396679)
+++ branches/2015Q3/math/bamg/Makefile Fri Sep 11 16:21:52 2015 (r396680)
@@ -3,6 +3,7 @@
PORTNAME= bamg
PORTVERSION= 1.01
+PORTREVISION= 1
CATEGORIES= math science
MASTER_SITES= http://www.ann.jussieu.fr/hecht/ftp/bamg/
DISTFILES= ${PORTNAME}-v${PORTVERSION}${EXTRACT_SUFX}
@@ -15,7 +16,8 @@ RESTRICTED= Contact author personally re
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_XORG= x11
-USES= gmake
+USES= gmake shebangfix
+SHEBANG_FILES= examples/quadloop/dotest.pl
MAKE_JOBS_UNSAFE= yes
ALL_TARGET= world
More information about the svn-ports-branches
mailing list