aboutsummaryrefslogtreecommitdiff
path: root/www/bluefish
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-02-14 12:15:59 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-02-14 12:15:59 +0000
commit8aaa587143fd7f6da188ecb3540f408488d5ff12 (patch)
tree1db5563190fca608e0cdad42a9e300505ed02476 /www/bluefish
parentab7f51562aef45578d44650929438b8f8dc4ec8f (diff)
downloadports-8aaa587143fd7f6da188ecb3540f408488d5ff12.tar.gz
ports-8aaa587143fd7f6da188ecb3540f408488d5ff12.zip
- Fix shebangs
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=461781
Diffstat (limited to 'www/bluefish')
-rw-r--r--www/bluefish/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile
index e3710466ef51..024780678b56 100644
--- a/www/bluefish/Makefile
+++ b/www/bluefish/Makefile
@@ -3,6 +3,7 @@
PORTNAME= bluefish
PORTVERSION= 2.2.10
+PORTREVISION= 1
CATEGORIES= www editors
MASTER_SITES= http://www.bennewitz.com/bluefish/stable/source/ \
http://bluefish.mrball.net/stable/source/
@@ -18,7 +19,8 @@ LIB_DEPENDS= libpcre.so:devel/pcre \
USES= desktop-file-utils gettext gmake libtool localbase pkgconfig python:2.7 \
shared-mime-info shebangfix tar:bzip2
-SHEBANG_FILES= data/css_decompressor
+SHEBANG_FILES= data/css_decompressor data/cssmin.py data/jsbeautify \
+ data/jsmin.py data/lorem-ipsum-generator
python_OLD_CMD= /usr/bin/python2.7
USE_GNOME= cairo intltool libxml2
GNU_CONFIGURE= yes