summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-control-center/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-22 15:59:53 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-22 15:59:53 +0800
commit3542a68c0e3aff8e88832c6f70cae0141a6e3f47 (patch)
treeb9c6b55e54b51d688194fa491753ea183e834896 /sysutils/gnome-control-center/Makefile
parentcc37f1f3d4736ed2d8c3ee7f74f0c423fd2a1aba (diff)
downloadmarcuscom-ports-3542a68c0e3aff8e88832c6f70cae0141a6e3f47.tar
marcuscom-ports-3542a68c0e3aff8e88832c6f70cae0141a6e3f47.tar.gz
marcuscom-ports-3542a68c0e3aff8e88832c6f70cae0141a6e3f47.tar.bz2
marcuscom-ports-3542a68c0e3aff8e88832c6f70cae0141a6e3f47.tar.lz
marcuscom-ports-3542a68c0e3aff8e88832c6f70cae0141a6e3f47.tar.xz
marcuscom-ports-3542a68c0e3aff8e88832c6f70cae0141a6e3f47.tar.zst
marcuscom-ports-3542a68c0e3aff8e88832c6f70cae0141a6e3f47.zip
This port also installs desktop files with MIME types, so be sure to run
update-desktop-database. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3693 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-control-center/Makefile')
-rw-r--r--sysutils/gnome-control-center/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile
index 30481b8de..117d617b4 100644
--- a/sysutils/gnome-control-center/Makefile
+++ b/sysutils/gnome-control-center/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnomecontrolcenter2
PORTVERSION= 2.9.91
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/control-center/2.9
@@ -44,4 +44,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|mozilla-thunderbird|thunderbird|g' \
${WRKSRC}/capplets/default-applications/gnome-default-applications-properties-structs.c
+post-install:
+ @-update-desktop-database
+
.include <bsd.port.mk>