diff options
Diffstat (limited to 'devel/libglade2/Makefile')
-rw-r--r-- | devel/libglade2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index d8a7f588d64..78576d3cca4 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/01/05 11:54:44 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2003/01/05 12:17:43 jmmv Exp $ # DISTNAME= libglade-2.0.1 @@ -22,6 +22,9 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool CONFIGURE_ENV+= jh_cv_path_python="${PYTHONBIN}" CONFIGURE_ARGS+= --enable-gtk-doc=no +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/lib/libglade/2.0 + .include "../../lang/python/application.mk" .include "../../textproc/libxml2/buildlink2.mk" .include "../../x11/gtk2/buildlink2.mk" |