diff options
author | marcus <marcus@FreeBSD.org> | 2006-02-28 07:41:54 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-02-28 07:41:54 +0800 |
commit | 483fe24a4ffe1e2dc1914067bf0bb3f3825b0f66 (patch) | |
tree | b2eb9ddbda77aeb1c8f3726aa5e732c841ae49f5 /www/bluefish | |
parent | bd453158fb2e62e72bb663891cecdcc678d6b894 (diff) | |
download | freebsd-ports-gnome-483fe24a4ffe1e2dc1914067bf0bb3f3825b0f66.tar.gz freebsd-ports-gnome-483fe24a4ffe1e2dc1914067bf0bb3f3825b0f66.tar.zst freebsd-ports-gnome-483fe24a4ffe1e2dc1914067bf0bb3f3825b0f66.zip |
Fix plist by adding a missed file, and run update-mime-database to add
bluefish support to the shared MIME database.
Reported by: pointyhat via kris
Approved by: portmgr (implicit)
Diffstat (limited to 'www/bluefish')
-rw-r--r-- | www/bluefish/Makefile | 2 | ||||
-rw-r--r-- | www/bluefish/pkg-plist | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index f82e4537c7e4..65b2072624c6 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -8,7 +8,7 @@ PORTNAME= bluefish PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTREVISION= 2 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 3ed2beef5ce6..de14ba23dfa3 100644 --- a/www/bluefish/pkg-plist +++ b/www/bluefish/pkg-plist @@ -47,5 +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 |