aboutsummaryrefslogtreecommitdiff
path: root/graphics/gpdf
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-02-10 00:07:39 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-02-10 00:07:39 +0000
commit5b6f8042df9069dc23441d2724f5c1b346eaac71 (patch)
tree2e366c9b0e652af92be04d790b334a10c194cce5 /graphics/gpdf
parenteebd2a448b999eeb929489f035ea0ccd994c3e4b (diff)
downloadports-5b6f8042df9069dc23441d2724f5c1b346eaac71.tar.gz
ports-5b6f8042df9069dc23441d2724f5c1b346eaac71.zip
Notes
Diffstat (limited to 'graphics/gpdf')
-rw-r--r--graphics/gpdf/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/gpdf/Makefile b/graphics/gpdf/Makefile
index aefa42b58dc4..27f483028ba2 100644
--- a/graphics/gpdf/Makefile
+++ b/graphics/gpdf/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gpdf
PORTVERSION= 2.8.3
+PORTREVISION= 1
CATEGORIES= graphics print gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.8
@@ -27,4 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GCONF_SCHEMAS= gpdf.schemas
+post-install:
+ @-update-desktop-database > /dev/null
+
.include <bsd.port.mk>