summaryrefslogtreecommitdiff
path: root/graphics/gimp-app-devel
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-05-29 15:35:07 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-05-29 15:35:07 +0000
commit8d3a0a56a18ce07c9bb641bb32f33b297344ec50 (patch)
treee6d2fcc91179d626fdf5bc6b67b81a029554245e /graphics/gimp-app-devel
parent- Add a patch for output the correct checksum for the null string. (diff)
- Don't install GNOME keys/mime files in py-gimp
- Fix plist
Notes
Notes: svn path=/head/; revision=192305
Diffstat (limited to 'graphics/gimp-app-devel')
-rw-r--r--graphics/gimp-app-devel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile
index 2df88ca63d3d..e2f52ff6fcf5 100644
--- a/graphics/gimp-app-devel/Makefile
+++ b/graphics/gimp-app-devel/Makefile
@@ -117,11 +117,13 @@ post-patch:
${WRKSRC}/docs/Makefile.in
post-install:
+.if !defined(GIMP_SLAVE)
.if ${HAVE_GNOME:Mgnomehier}!="" || defined(WITH_GNOME)
${MKDIR} ${PREFIX}/share/gnome/mime-info ${PREFIX}/share/gnome/application-registry
${INSTALL_DATA} ${WRKSRC}/desktop/gimp.applications ${PREFIX}/share/gnome/application-registry
${INSTALL_DATA} ${WRKSRC}/desktop/gimp.keys ${PREFIX}/share/gnome/mime-info
.endif
+.endif
@-update-desktop-database
.include <bsd.port.post.mk>