diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 11:20:30 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 11:20:30 +0800 |
commit | 9cbc875c738a58e84f2b1d34cdcc72583b25616f (patch) | |
tree | db6fdd291c251e94dc8d63e77cdfffdd9b5d6064 /www | |
parent | 3653fbe616e3a64b9ab61dd29e8aa784b47a89a2 (diff) | |
download | marcuscom-ports-9cbc875c738a58e84f2b1d34cdcc72583b25616f.tar marcuscom-ports-9cbc875c738a58e84f2b1d34cdcc72583b25616f.tar.gz marcuscom-ports-9cbc875c738a58e84f2b1d34cdcc72583b25616f.tar.bz2 marcuscom-ports-9cbc875c738a58e84f2b1d34cdcc72583b25616f.tar.lz marcuscom-ports-9cbc875c738a58e84f2b1d34cdcc72583b25616f.tar.xz marcuscom-ports-9cbc875c738a58e84f2b1d34cdcc72583b25616f.tar.zst marcuscom-ports-9cbc875c738a58e84f2b1d34cdcc72583b25616f.zip |
-Fix the plist.
-Add a missing dependency, desktopfileutils.
Reported by: pointyhat-exp
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9765 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-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 |