diff options
-rw-r--r-- | www/bluefish/Makefile | 6 | ||||
-rw-r--r-- | www/bluefish/pkg-plist | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index e1857dbfd..3ffdaff38 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -3,12 +3,12 @@ # Whom: Koop Mast <einekoai@chello.nl> # # $FreeBSD$ -# $MCom: ports/www/bluefish/Makefile,v 1.4 2007/05/19 21:36:25 marcus Exp $ +# $MCom: ports/www/bluefish/Makefile,v 1.5 2007/07/23 16:29:58 mezz Exp $ # PORTNAME= bluefish PORTVERSION= 1.0.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -28,7 +28,7 @@ RUN_DEPENDS+= tidy:${PORTSDIR}/www/tidy USE_BZIP2= yes USE_GETTEXT= yes -USE_GNOME= gnomeprefix gtk20 gnomevfs2 gnomemimedata +USE_GNOME= gnomeprefix gtk20 gnomevfs2 gnomemimedata desktopfileutils WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/www/bluefish/pkg-plist b/www/bluefish/pkg-plist index c54c4bc71..4817ee543 100644 --- a/www/bluefish/pkg-plist +++ b/www/bluefish/pkg-plist @@ -54,4 +54,5 @@ share/mime/packages/bluefish.xml @exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime @unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@dirrmtry share/mime @dirrmtry share/applications |