diff options
author | marino <marino@pkgsrc.org> | 2012-05-19 01:04:52 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-05-19 01:04:52 +0000 |
commit | c326ddddd46411efec2cefb819009e60b1010a1a (patch) | |
tree | 5cc9275c010a827043e3e0a1ebfe93dd5d1d6d5a /devel/libglade/PLIST | |
parent | a90df932b07a3f2e38eb1e85976847c54266f09b (diff) | |
download | pkgsrc-c326ddddd46411efec2cefb819009e60b1010a1a.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/PLIST')
-rw-r--r-- | devel/libglade/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
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 |