summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-05 16:30:28 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-05 16:30:28 +0800
commit210aaf3f8b95705b034c76b78a9b94f225eeecff (patch)
treee9fc846bf53325ef67ff04f8e2b5de5f7bb18c63 /graphics
parent46ecf362d26768c8d85feb9258ca434ca9050b16 (diff)
downloadmarcuscom-ports-210aaf3f8b95705b034c76b78a9b94f225eeecff.tar
marcuscom-ports-210aaf3f8b95705b034c76b78a9b94f225eeecff.tar.gz
marcuscom-ports-210aaf3f8b95705b034c76b78a9b94f225eeecff.tar.bz2
marcuscom-ports-210aaf3f8b95705b034c76b78a9b94f225eeecff.tar.lz
marcuscom-ports-210aaf3f8b95705b034c76b78a9b94f225eeecff.tar.xz
marcuscom-ports-210aaf3f8b95705b034c76b78a9b94f225eeecff.tar.zst
marcuscom-ports-210aaf3f8b95705b034c76b78a9b94f225eeecff.zip
Add manual run update-desktop-database in the post-install target and fix up
x11-fm/nautilus2 for desktopfileutils, post-install target and plist. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3811 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gpdf/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/gpdf/Makefile b/graphics/gpdf/Makefile
index 825c6c969..fc65ed797 100644
--- a/graphics/gpdf/Makefile
+++ b/graphics/gpdf/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gpdf
PORTVERSION= 2.9.3
+PORTREVISION= 1
CATEGORIES= graphics print gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.9
@@ -27,4 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GCONF_SCHEMAS= gpdf.schemas
+post-install:
+ @-update-desktop-database
+
.include <bsd.port.mk>