diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-28 15:19:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-28 15:19:55 +0000 |
commit | 319b2d81df2fc5fbce220f8dfcdfe94e4325fbe5 (patch) | |
tree | b7765902e53a2342de2cde3c2f6df41e4922eb0b | |
parent | f41f52c770e90f0b8f144fe6c118b6e996e2cc27 (diff) | |
download | ports-319b2d81df2fc5fbce220f8dfcdfe94e4325fbe5.tar.gz ports-319b2d81df2fc5fbce220f8dfcdfe94e4325fbe5.zip |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Notes
Notes:
svn path=/head/; revision=395495
-rw-r--r-- | lang/harbour/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lang/harbour/Makefile b/lang/harbour/Makefile index 60794c840ee4..d5b889caf1ab 100644 --- a/lang/harbour/Makefile +++ b/lang/harbour/Makefile @@ -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 |