summaryrefslogtreecommitdiff
path: root/x11/gnome2-control-center/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome2-control-center/patches/patch-aa')
-rw-r--r--x11/gnome2-control-center/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/gnome2-control-center/patches/patch-aa b/x11/gnome2-control-center/patches/patch-aa
deleted file mode 100644
index d95dee8d882..00000000000
--- a/x11/gnome2-control-center/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2003/02/14 21:03:41 jmmv Exp $
-
---- schemas/Makefile.in.orig 2003-02-14 15:11:06.000000000 +0100
-+++ schemas/Makefile.in
-@@ -280,7 +280,7 @@ maintainer-clean
-
- # don't do this if we are building in eg. rpm
- install-data-local:
-- if test -z "$(DESTDIR)" ; then \
-+ if false; then \
- for p in $(schema_DATA) ; do \
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \
- done \