summaryrefslogtreecommitdiff
path: root/x11/gtk2
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-07 22:53:33 +0000
committerwiz <wiz@pkgsrc.org>2002-10-07 22:53:33 +0000
commit66a5ea6f5372b513c689f62b29deef2ef729dd10 (patch)
tree0f329aff5fd14dcd7421d4cdd12b0a2d55b565aa /x11/gtk2
parenta8decf877d4e56d27e06f1af21c162c415e1bd14 (diff)
downloadpkgsrc-66a5ea6f5372b513c689f62b29deef2ef729dd10.tar.gz
Add post-install target creating ${PREFIX}/lib/gtk-2.0/modules
so that binary packages and normal installations are in sync. (Some packages depending on gtk2 need this dir, so it's better to make gtk2 create it, says rh.)
Diffstat (limited to 'x11/gtk2')
-rw-r--r--x11/gtk2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile
index 0a67b048ba2..6871091e0d2 100644
--- a/x11/gtk2/Makefile
+++ b/x11/gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2002/10/07 15:43:53 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2002/10/07 22:53:33 wiz Exp $
#
DISTNAME= gtk+-2.0.6
@@ -25,6 +25,9 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-xinput=xfree
MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/lib/gtk-2.0/modules
+
.include "../../devel/atk/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/glib2/buildlink2.mk"