- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q3 (blanket)
This commit is contained in:
parent
366f464665
commit
97b1dfa801
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396679
1 changed files with 3 additions and 1 deletions
|
@ -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 regarding commercial use
|
|||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_XORG= x11
|
||||
USES= gmake
|
||||
USES= gmake shebangfix
|
||||
SHEBANG_FILES= examples/quadloop/dotest.pl
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
ALL_TARGET= world
|
||||
|
|
Loading…
Reference in a new issue