Add shebangfix.

This commit is contained in:
Tobias C. Berner 2017-10-28 05:05:01 +00:00
parent 6e21fa3eb9
commit 3e48e12457
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453045

View file

@ -1,8 +1,8 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= semantik PORTNAME= semantik
PORTVERSION= 0.9.5 DISTVERSION= 0.9.5
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= deskutils kde CATEGORIES= deskutils kde
MASTER_SITES= http://ftp.waf.io/pub/release/ \ MASTER_SITES= http://ftp.waf.io/pub/release/ \
http://www.freehackers.org/~tnagy/release/ http://www.freehackers.org/~tnagy/release/
@ -29,7 +29,8 @@ MAKE_ENV= DESTDIR="${STAGEDIR}"
USE_LDCONFIG= yes USE_LDCONFIG= yes
SHEBANG_FILES= ${WRKSRC}/src/templates/beamer/wscript \ SHEBANG_FILES= ${WRKSRC}/src/templates/beamer/wscript \
${WRKSRC}/src/templates/pdflatex/wscript ${WRKSRC}/src/templates/pdflatex/wscript \
waf
PLIST_SUB= PORTVERSION="${PORTVERSION}" PLIST_SUB= PORTVERSION="${PORTVERSION}"