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/Makefile | |
parent | bd453158fb2e62e72bb663891cecdcc678d6b894 (diff) | |
download | freebsd-ports-graphics-483fe24a4ffe1e2dc1914067bf0bb3f3825b0f66.tar.gz freebsd-ports-graphics-483fe24a4ffe1e2dc1914067bf0bb3f3825b0f66.tar.zst freebsd-ports-graphics-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/Makefile')
-rw-r--r-- | www/bluefish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index f82e4537c7e..65b2072624c 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}/ \ |