summaryrefslogtreecommitdiff
path: root/misc/siag/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'misc/siag/patches/patch-aa')
-rw-r--r--misc/siag/patches/patch-aa20
1 files changed, 0 insertions, 20 deletions
diff --git a/misc/siag/patches/patch-aa b/misc/siag/patches/patch-aa
deleted file mode 100644
index c441636a764..00000000000
--- a/misc/siag/patches/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2002/09/03 22:40:38 wiz Exp $
-
---- siag/Makefile.in.orig Tue Jul 6 02:09:00 1999
-+++ siag/Makefile.in Thu Oct 21 16:07:11 1999
-@@ -423,12 +423,12 @@
-
- install-data-local:
- @echo "Install support files for Siag"
-- $(mkinstalldirs) $(DESTDIR)$(prefix)/doc/siag/siag
-- cp $(srcdir)/data.scm $(DESTDIR)$(prefix)/doc/siag/siag
-+ $(mkinstalldirs) $(DESTDIR)$(prefix)/share/doc/siag/siag
-+ cp $(srcdir)/data.scm $(DESTDIR)$(prefix)/share/doc/siag/siag
-
- uninstall-local:
- @echo "Uninstalling support files for Siag"
-- rm -rf $(DESTDIR)$(prefix)/doc/siag/siag
-+ rm -rf $(DESTDIR)$(prefix)/share/doc/siag/siag
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.