diff options
author | marcus <marcus@FreeBSD.org> | 2006-03-01 03:59:59 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-03-01 03:59:59 +0800 |
commit | a0fd8649f71a38b074f1fe426a02c2018be27349 (patch) | |
tree | cbcca9afb85f09a451791b74501ff0d545095310 /www | |
parent | 6862ae287c7ad6d1eeb03134925a29fb5fb92a99 (diff) | |
download | freebsd-ports-graphics-a0fd8649f71a38b074f1fe426a02c2018be27349.tar.gz freebsd-ports-graphics-a0fd8649f71a38b074f1fe426a02c2018be27349.tar.zst freebsd-ports-graphics-a0fd8649f71a38b074f1fe426a02c2018be27349.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)
Diffstat (limited to 'www')
-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 65b2072624c..d7bc68b92a8 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 de14ba23dfa..6a06b688d21 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 |