svn commit: r453045 - head/deskutils/semantik
Tobias C. Berner
tcberner at FreeBSD.org
Sat Oct 28 05:05:02 UTC 2017
Author: tcberner
Date: Sat Oct 28 05:05:01 2017
New Revision: 453045
URL: https://svnweb.freebsd.org/changeset/ports/453045
Log:
Add shebangfix.
Modified:
head/deskutils/semantik/Makefile
Modified: head/deskutils/semantik/Makefile
==============================================================================
--- head/deskutils/semantik/Makefile Sat Oct 28 04:58:58 2017 (r453044)
+++ head/deskutils/semantik/Makefile Sat Oct 28 05:05:01 2017 (r453045)
@@ -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}"
More information about the svn-ports-head
mailing list