diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-15 02:56:20 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-15 02:56:20 +0800 |
commit | 4ce00057736a83eeb75159b7e2bf1b30a414b1be (patch) | |
tree | 96c9393bef294053f67899dd9db5d36bac07d149 /www | |
parent | 6070fb24f92348a7f22a0a545763c0829fdaaa9d (diff) | |
download | freebsd-ports-gnome-4ce00057736a83eeb75159b7e2bf1b30a414b1be.tar.gz freebsd-ports-gnome-4ce00057736a83eeb75159b7e2bf1b30a414b1be.tar.zst freebsd-ports-gnome-4ce00057736a83eeb75159b7e2bf1b30a414b1be.zip |
Add a dependency on desktopfileutils, and make sure update-desktop-database
is run after installation.
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
Diffstat (limited to 'www')
-rw-r--r-- | www/galeon2/Makefile | 3 | ||||
-rw-r--r-- | www/galeon2/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index ded25d075806..979c6b8b03c8 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -7,6 +7,7 @@ PORTNAME= galeon2 PORTVERSION= 1.3.17 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://osdn.dl.sourceforge.net/sourceforge/galeon/ @@ -38,7 +39,7 @@ HEADERS_SUFX= WRKSRC= ${WRKDIR}/${PORTNAME:S/2$//}-${PORTVERSION:S/a$//} USE_BZIP2= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui +USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui desktopfileutils USE_LIBTOOL_VER=15 USE_GMAKE= yes USE_REINPLACE= yes diff --git a/www/galeon2/pkg-plist b/www/galeon2/pkg-plist index 62e40d665ec3..ccc5012eafb7 100644 --- a/www/galeon2/pkg-plist +++ b/www/galeon2/pkg-plist @@ -10,6 +10,7 @@ lib/galeon/components/libgaleon-xpcom.so libdata/bonobo/servers/GNOME_Galeon_Automation.server libdata/bonobo/servers/GNOME_Galeon_NautilusView.server share/gnome/applications/galeon.desktop +@exec update-desktop-database > /dev/null || /usr/bin/true share/gnome/galeon/FAQ.html share/gnome/galeon/about_logo.png share/gnome/galeon/autoscroll.xpm @@ -228,3 +229,4 @@ share/locale/zh_TW/LC_MESSAGES/galeon-2.0.mo @dirrm lib/galeon @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/galeon/galeon-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/galeon/galeon-es.omf 2>/dev/null || /usr/bin/true +@unexec update-desktop-database > /dev/null || /usr/bin/true |