summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-22 16:45:36 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-22 16:45:36 +0800
commit4f04984be6101cf4d4a24cb43eb4777ca179c273 (patch)
tree58f59bc3784da1e73173aebddc5ca867dd01dafd
parent8990610e334f381c35f2d5d0143c15b5df14aebf (diff)
downloadmarcuscom-ports-4f04984be6101cf4d4a24cb43eb4777ca179c273.tar
marcuscom-ports-4f04984be6101cf4d4a24cb43eb4777ca179c273.tar.gz
marcuscom-ports-4f04984be6101cf4d4a24cb43eb4777ca179c273.tar.bz2
marcuscom-ports-4f04984be6101cf4d4a24cb43eb4777ca179c273.tar.lz
marcuscom-ports-4f04984be6101cf4d4a24cb43eb4777ca179c273.tar.xz
marcuscom-ports-4f04984be6101cf4d4a24cb43eb4777ca179c273.tar.zst
marcuscom-ports-4f04984be6101cf4d4a24cb43eb4777ca179c273.zip
It seems like has to run update-desktop-database by manual now.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3298 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--editors/gedit2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile
index 2c3b9d67d..b23307afa 100644
--- a/editors/gedit2/Makefile
+++ b/editors/gedit2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gedit2
PORTVERSION= 2.9.3
+PORTREVISION= 1
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.9
@@ -33,4 +34,7 @@ PLIST_SUB= VERSION="2.8"
MAN1= gedit.1
GCONF_SCHEMAS= gedit.schemas
+post-install:
+ @${X11BASE}/bin/update-desktop-database
+
.include <bsd.port.mk>