diff options
author | jmmv <jmmv> | 2003-01-05 12:17:43 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-01-05 12:17:43 +0000 |
commit | 30aa28b5cf95cb756432e0f52e15aa10194dfc36 (patch) | |
tree | 3c94b6df7dfb4f76831922824fdc1270415b3f18 /devel/libglade2/Makefile | |
parent | fe743147c71340602abcccdc7aba0863121d6ee5 (diff) | |
download | pkgsrc-30aa28b5cf95cb756432e0f52e15aa10194dfc36.tar.gz |
Install empty directory lib/libglade/2.0, used by packages depending on
libglade2 to install modules inside it.
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" |