- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q3 (blanket)
This commit is contained in:
parent
f41f52c770
commit
319b2d81df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395495
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= harbour
|
||||
PORTVERSION= 3.0.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= SF/${PORTNAME}-project/source/${PORTVERSION}
|
||||
|
||||
@ -22,7 +22,11 @@ NOT_FOR_ARCHS_REASON= does not compile on sparc64: assertion failed
|
||||
|
||||
PORTDOCS= *.txt *.hbd NEWS INSTALL TODO COPYING ChangeLog
|
||||
|
||||
USES= bison gmake
|
||||
USES= bison gmake shebangfix
|
||||
SHEBANG_FILES= bin/hb3rdpat.hbs
|
||||
SHEBANG_LANG= hbrun
|
||||
hbrun_OLD_CMD= /usr/bin/hbrun
|
||||
hbrun_CMD= ${PREFIX}/bin/hbrun
|
||||
USE_OPENSSL= yes
|
||||
USE_LDCONFIG= ${LOCALBASE}/lib/harbour
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user