diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-01-23 17:51:24 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-01-23 17:51:24 +0000 |
commit | 7692afa07719596a3cba8dae3cd9e5b512be86f1 (patch) | |
tree | ff4f2afe93d116a19a2888b4c3151ac096292d78 /devel/GConf2/patches | |
parent | 9991fce8205e25e3e619af33f878e0144de19ac6 (diff) | |
download | pkgsrc-7692afa07719596a3cba8dae3cd9e5b512be86f1.tar.gz |
Avoid creating an empty directory that is later not available in binary
packages and produces a warning message when pkg_delete'ing.
Bump PKGREVISION to 1.
Diffstat (limited to 'devel/GConf2/patches')
-rw-r--r-- | devel/GConf2/patches/patch-af | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/GConf2/patches/patch-af b/devel/GConf2/patches/patch-af new file mode 100644 index 00000000000..b58852c5b57 --- /dev/null +++ b/devel/GConf2/patches/patch-af @@ -0,0 +1,15 @@ +$NetBSD: patch-af,v 1.1 2004/01/23 17:51:24 jmmv Exp $ + +The package does not install documentation, so avoid creating the directory +that should contain it. + +--- doc/gconf/Makefile.in.orig 2004-01-23 18:41:17.000000000 +0100 ++++ doc/gconf/Makefile.in +@@ -381,6 +381,7 @@ maintainer-clean-local: clean + cd $(srcdir) && rm -rf sgml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt + + install-data-local: ++dontdo-install-data-local: + $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR) + (installfiles=`echo $(srcdir)/html/*`; \ + if test "$$installfiles" = '$(srcdir)/html/*'; \ |