summaryrefslogtreecommitdiff
path: root/www/bluefish/Makefile
diff options
context:
space:
mode:
authorBen Woods <woodsb02@FreeBSD.org>2019-06-16 14:42:25 +0000
committerBen Woods <woodsb02@FreeBSD.org>2019-06-16 14:42:25 +0000
commit911f786a3eacf6a125460ba76262105fe052d6bc (patch)
treee156a24c59bda29b184622b23d71be80a78043ed /www/bluefish/Makefile
parentUpdate to 5.2.1 (diff)
www/bluefish: Do not bundle MIME database files
Instead, the MIME database files will be created as a post-install step thanks to USES=desktop-file-utils and USES=shared-mime-info. This prevents the bluefish package (and other packages) from clobbering the local MIME database, causing package conflicts and checksum mismatches. https://lists.freebsd.org/pipermail/freebsd-ports/2017-March/107752.html Reported by: Werner Lehmann <lehmannwer@gmail.com> Reported by: tech-lists@zyxst.net Submitted by: tijl MFH: 2019Q2
Notes
Notes: svn path=/head/; revision=504347
Diffstat (limited to 'www/bluefish/Makefile')
-rw-r--r--www/bluefish/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile
index 024780678b56..dd9d0515ad51 100644
--- a/www/bluefish/Makefile
+++ b/www/bluefish/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bluefish
PORTVERSION= 2.2.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www editors
MASTER_SITES= http://www.bennewitz.com/bluefish/stable/source/ \
http://bluefish.mrball.net/stable/source/
@@ -26,7 +26,8 @@ USE_GNOME= cairo intltool libxml2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-freedesktop_org-menu=${PREFIX}/share/applications \
--with-freedesktop_org-mime=${PREFIX}/share/mime \
- --with-icon-path=${PREFIX}/share/pixmaps
+ --with-icon-path=${PREFIX}/share/pixmaps \
+ --disable-update-databases
INSTALL_TARGET= install-strip
INSTALLS_ICONS= yes
USE_LDCONFIG= yes