diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-02-28 19:59:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-02-28 19:59:59 +0000 |
commit | 4dbd05f8c46732ced29ce0bae1cb13ee10950d11 (patch) | |
tree | 4210867983ce84644091c7985101bb57fc3f3f8f /www/bluefish | |
parent | 85b1cc37810a0ad41d11940bddbccb38711057d8 (diff) | |
download | ports-4dbd05f8c46732ced29ce0bae1cb13ee10950d11.tar.gz ports-4dbd05f8c46732ced29ce0bae1cb13ee10950d11.zip |
Try to fix the plist again. Since bluefish does not include a static
bluefish-project.xml MIME application file, it is dynamically generated
after a call to update-desktop-database. Just make sure all the right calls
happen in the right order.
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=156901
Diffstat (limited to 'www/bluefish')
-rw-r--r-- | www/bluefish/Makefile | 2 | ||||
-rw-r--r-- | www/bluefish/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 65b2072624c6..d7bc68b92a83 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -8,7 +8,7 @@ PORTNAME= bluefish PORTVERSION= 1.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www editors MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/${DOWNLOAD}/ \ ftp://bluefish.advancecreations.com/pub/bluefish/${DOWNLOAD}/ \ diff --git a/www/bluefish/pkg-plist b/www/bluefish/pkg-plist index de14ba23dfa3..6a06b688d210 100644 --- a/www/bluefish/pkg-plist +++ b/www/bluefish/pkg-plist @@ -47,8 +47,8 @@ share/locale/ta/LC_MESSAGES/bluefish.mo share/locale/tr/LC_MESSAGES/bluefish.mo share/locale/zh_CN/LC_MESSAGES/bluefish.mo share/locale/zh_TW/LC_MESSAGES/bluefish.mo -share/mime/application/bluefish-project.xml share/mime/packages/bluefish.xml @dirrm share/bluefish @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 |