summaryrefslogtreecommitdiff
path: root/x11/XaoS/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'x11/XaoS/patches/patch-ab')
-rw-r--r--x11/XaoS/patches/patch-ab20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11/XaoS/patches/patch-ab b/x11/XaoS/patches/patch-ab
deleted file mode 100644
index 0feeb9a54bf..00000000000
--- a/x11/XaoS/patches/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2004/07/14 21:06:57 ben Exp $
-
---- Makefile.in.orig Wed Mar 4 22:49:12 1998
-+++ Makefile.in
-@@ -35,6 +35,7 @@ install:
- @INSTALL@ -d $(DESTDIR)$(datadir)/XaoS/doc
- @INSTALL@ -d $(DESTDIR)$(datadir)/XaoS/help
- @INSTALL@ -d $(DESTDIR)$(bindir)
-+ @INSTALL@ -d $(DESTDIR)$(infodir)
- @INSTALL@ -d $(DESTDIR)$(mandir)/man6
- @INSTALL@ -s bin/xaos $(DESTDIR)$(bindir)
- @INSTALL@ -m 444 tutorial/*.x[ah]f $(DESTDIR)$(datadir)/XaoS/tutorial
-@@ -43,7 +44,6 @@ install:
- @INSTALL@ -m 444 help/xaos.hlp $(DESTDIR)$(datadir)/XaoS/help
- @INSTALL@ -m 444 doc/README doc/README.bugs doc/compilers.txt doc/AUTHORS doc/PROBLEMS $(DESTDIR)$(datadir)/XaoS/doc
- @INSTALL@ -m 444 doc/xaos.6 $(DESTDIR)$(mandir)/man6
-- @STICKY@
- @INSTALL@ -m 444 doc/xaos.info $(DESTDIR)$(infodir)
- #install-info doc/xaos.info
- if [ "@USE_NLS@" = "yes" ]; then $(MAKE) -C src/i18n/ install; fi