summaryrefslogtreecommitdiffstats
path: root/devel/bug-buddy/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-12 13:00:17 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-02-12 13:00:17 +0800
commit718d12461316b3c1c546fd5d1394badd45f0fe32 (patch)
tree60a21f287b5e9c8690adcc834a84be82c633c60f /devel/bug-buddy/Makefile
parent0e260cae4f4ffa89001d67c4358c0a6ec52f61c6 (diff)
downloadmarcuscom-ports-718d12461316b3c1c546fd5d1394badd45f0fe32.tar
marcuscom-ports-718d12461316b3c1c546fd5d1394badd45f0fe32.tar.gz
marcuscom-ports-718d12461316b3c1c546fd5d1394badd45f0fe32.tar.bz2
marcuscom-ports-718d12461316b3c1c546fd5d1394badd45f0fe32.tar.lz
marcuscom-ports-718d12461316b3c1c546fd5d1394badd45f0fe32.tar.xz
marcuscom-ports-718d12461316b3c1c546fd5d1394badd45f0fe32.tar.zst
marcuscom-ports-718d12461316b3c1c546fd5d1394badd45f0fe32.zip
- Register mime-types
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3640 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/bug-buddy/Makefile')
-rw-r--r--devel/bug-buddy/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile
index 487299741..8ee59920c 100644
--- a/devel/bug-buddy/Makefile
+++ b/devel/bug-buddy/Makefile
@@ -23,7 +23,8 @@ INSTALLS_OMF= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL_VER=15
-USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop gnomemenus
+USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop gnomemenus \
+ desktopfileutils
GNOME_DESKTOP_VERSION=2
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@@ -32,4 +33,7 @@ CONFIGURE_ARGS= --with-help-dir=${PREFIX}/share/gnome/help
MAN1= bug-buddy.1
GCONF_SCHEMAS= bug-buddy.schemas
+post-install:
+ @-update-desktop-database
+
.include <bsd.port.mk>