diff options
-rw-r--r-- | x11/gtk2/Makefile | 5 |
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" |