aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-07-31 22:43:55 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-07-31 22:43:55 +0800
commit73af93c10dd9465150a57d569f1364d7cc2dcc4e (patch)
tree7452613f0205403eccf62acd7d49bd3a3f163bca /deskutils
parent9d0c83863e9f40519e862087a84a7652938ae35b (diff)
downloadfreebsd-ports-gnome-73af93c10dd9465150a57d569f1364d7cc2dcc4e.tar.gz
freebsd-ports-gnome-73af93c10dd9465150a57d569f1364d7cc2dcc4e.tar.zst
freebsd-ports-gnome-73af93c10dd9465150a57d569f1364d7cc2dcc4e.zip
- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q3 (blanket)
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/vym/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/vym/Makefile b/deskutils/vym/Makefile
index 23db13c15ffd..434412a8339b 100644
--- a/deskutils/vym/Makefile
+++ b/deskutils/vym/Makefile
@@ -3,14 +3,15 @@
PORTNAME= vym
PORTVERSION= 2.2.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= deskutils
MASTER_SITES= SF/vym/${PORTVERSION}
MAINTAINER= lichray@gmail.com
COMMENT= VYM is a tool to generate and manipulate mind maps
-USES= qmake tar:bzip2
+USES= qmake shebangfix tar:bzip2
+SHEBANG_FILES= scripts/makedist-vym scripts/vivym
USE_QT4= uic_build moc_build qt3support_build \
network xml dbus svg
QMAKE_ARGS= DATADIR=${DATADIR:C,/vym$,,} \