summaryrefslogtreecommitdiff
path: root/x11/gnome-panel/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-panel/patches/patch-aa')
-rw-r--r--x11/gnome-panel/patches/patch-aa24
1 files changed, 0 insertions, 24 deletions
diff --git a/x11/gnome-panel/patches/patch-aa b/x11/gnome-panel/patches/patch-aa
deleted file mode 100644
index eba53ef11f9..00000000000
--- a/x11/gnome-panel/patches/patch-aa
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/11/04 08:28:00 rh Exp $
-
---- doc/reference/panel-applet/Makefile.am.orig Sat Sep 7 16:29:06 2002
-+++ doc/reference/panel-applet/Makefile.am Sat Sep 7 16:29:21 2002
-@@ -218,8 +218,8 @@
- echo '-- Installing '$$i ; \
- $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
- done; \
-- echo '-- Installing $(srcdir)/html/index.sgml' ; \
-- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
-+ echo '-- Installing $(srcdir)/html/index.html' ; \
-+ $(INSTALL_DATA) $(srcdir)/html/index.html $(DESTDIR)$(TARGET_DIR); \
- fi)
-
- #
-@@ -239,7 +239,7 @@
- mkdir $(distdir)/html
- -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
- -cp $(srcdir)/sgml/*.sgml $(distdir)/sgml
-- -cp $(srcdir)/html/index.sgml $(distdir)/html
-+ -cp $(srcdir)/html/index.html $(distdir)/html
- -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html
-
- images=$(HTML_IMAGES) ; \