svn commit: r393311 - head/deskutils/vym
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Jul 31 14:43:56 UTC 2015
Author: amdmi3
Date: Fri Jul 31 14:43:55 2015
New Revision: 393311
URL: https://svnweb.freebsd.org/changeset/ports/393311
Log:
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Modified:
head/deskutils/vym/Makefile
Modified: head/deskutils/vym/Makefile
==============================================================================
--- head/deskutils/vym/Makefile Fri Jul 31 14:42:32 2015 (r393310)
+++ head/deskutils/vym/Makefile Fri Jul 31 14:43:55 2015 (r393311)
@@ -3,14 +3,15 @@
PORTNAME= vym
PORTVERSION= 2.2.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= deskutils
MASTER_SITES= SF/vym/${PORTVERSION}
MAINTAINER= lichray at 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$,,} \
More information about the svn-ports-all
mailing list