diff options
author | marino <marino> | 2012-05-19 01:04:52 +0000 |
---|---|---|
committer | marino <marino> | 2012-05-19 01:04:52 +0000 |
commit | 6ffc57d786691ed043a07b48827ea753e26ca4ca (patch) | |
tree | 5cc9275c010a827043e3e0a1ebfe93dd5d1d6d5a /devel/libglade | |
parent | 73625657edd780804b60c1e80096d855cbfdc98e (diff) | |
download | pkgsrc-6ffc57d786691ed043a07b48827ea753e26ca4ca.tar.gz |
devel/libglade: Fix unwanted directory removal
Replace OWN_DIRS with @pkgsrc to avoid unwanted deletion of
lib/libglade/2.0 directory
Diffstat (limited to 'devel/libglade')
-rw-r--r-- | devel/libglade/Makefile | 4 | ||||
-rw-r--r-- | devel/libglade/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index 87061c60308..70515e758bf 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2012/03/03 00:12:32 wiz Exp $ +# $NetBSD: Makefile,v 1.78 2012/05/19 01:04:52 marino Exp $ # DISTNAME= libglade-2.6.4 @@ -30,7 +30,7 @@ BUILDLINK_API_DEPENDS.atk+= atk>=1.9.0 BUILDLINK_API_DEPENDS.glib2+= glib2>=2.6.0 BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0 -OWN_DIRS+= lib/libglade/2.0 +INSTALLATION_DIRS+= lib/libglade/2.0 .include "../../devel/atk/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" diff --git a/devel/libglade/PLIST b/devel/libglade/PLIST index eeb78d02a83..a0434c9126d 100644 --- a/devel/libglade/PLIST +++ b/devel/libglade/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2009/06/14 17:48:52 joerg Exp $ +@comment $NetBSD: PLIST,v 1.6 2012/05/19 01:04:52 marino Exp $ include/libglade-2.0/glade/glade-build.h include/libglade-2.0/glade/glade-init.h include/libglade-2.0/glade/glade-parser.h @@ -29,3 +29,4 @@ share/gtk-doc/html/libglade/style.css share/gtk-doc/html/libglade/up.png @comment in xmlcatmgr: share/xml/catalog share/xml/libglade/glade-2.0.dtd +@pkgdir lib/libglade/2.0 |