aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/rox-mime-editor
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2017-04-21 03:11:17 +0000
committerMartin Wilke <miwi@FreeBSD.org>2017-04-21 03:11:17 +0000
commit64627c77584eb59d17677196adb9ea0a8ed4564c (patch)
treecabdb23838032771bb67ec15c6630ef8a2ce812c /x11-fm/rox-mime-editor
parent91418b50f2f989882ab6f0563c2b6829a430e214 (diff)
downloadports-64627c77584eb59d17677196adb9ea0a8ed4564c.tar.gz
ports-64627c77584eb59d17677196adb9ea0a8ed4564c.zip
- Fix shebangs
Notes
Notes: svn path=/head/; revision=438999
Diffstat (limited to 'x11-fm/rox-mime-editor')
-rw-r--r--x11-fm/rox-mime-editor/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-fm/rox-mime-editor/Makefile b/x11-fm/rox-mime-editor/Makefile
index 6f807a5e18f7..66c6ad7f13cf 100644
--- a/x11-fm/rox-mime-editor/Makefile
+++ b/x11-fm/rox-mime-editor/Makefile
@@ -2,7 +2,7 @@
PORTNAME= rox-mime-editor
PORTVERSION= 0.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-fm
MASTER_SITES= SF/rox/MIME-Editor/${PORTVERSION}
DISTNAME= mime-editor-${PORTVERSION}
@@ -13,7 +13,8 @@ COMMENT= MIME type editor for the ROX desktop
RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \
${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:devel/py-roxlib
-USES= python tar:bzip2
+USES= python shebangfix tar:bzip2
+SHEBANG_FILES= MIME-Editor/AppRun
do-build:
@${PYTHON_CMD} -m compileall ${WRKSRC}