mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Add shebangfix.
This commit is contained in:
parent
6e21fa3eb9
commit
3e48e12457
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453045
1 changed files with 4 additions and 3 deletions
|
@ -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}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue