diff options
Diffstat (limited to 'editors/gedit2/Makefile')
-rw-r--r-- | editors/gedit2/Makefile | 4 |
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> |