diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-02-14 20:15:59 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-02-14 20:15:59 +0800 |
commit | bb7e84675518aade14570858b0d9f2016f780889 (patch) | |
tree | 1db5563190fca608e0cdad42a9e300505ed02476 /www | |
parent | 617691eae73220dfc1ac231942d9d5cbcc4dd0c0 (diff) | |
download | freebsd-ports-gnome-bb7e84675518aade14570858b0d9f2016f780889.tar.gz freebsd-ports-gnome-bb7e84675518aade14570858b0d9f2016f780889.tar.zst freebsd-ports-gnome-bb7e84675518aade14570858b0d9f2016f780889.zip |
- Fix shebangs
Approved by: portmgr blanket
Diffstat (limited to 'www')
-rw-r--r-- | www/bluefish/Makefile | 4 |
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 |