mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -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$
|
||||
|
||||
PORTNAME= semantik
|
||||
PORTVERSION= 0.9.5
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.9.5
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= http://ftp.waf.io/pub/release/ \
|
||||
http://www.freehackers.org/~tnagy/release/
|
||||
|
@ -29,7 +29,8 @@ MAKE_ENV= DESTDIR="${STAGEDIR}"
|
|||
USE_LDCONFIG= yes
|
||||
|
||||
SHEBANG_FILES= ${WRKSRC}/src/templates/beamer/wscript \
|
||||
${WRKSRC}/src/templates/pdflatex/wscript
|
||||
${WRKSRC}/src/templates/pdflatex/wscript \
|
||||
waf
|
||||
|
||||
PLIST_SUB= PORTVERSION="${PORTVERSION}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue