summaryrefslogtreecommitdiff
path: root/math/algae/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'math/algae/patches/patch-ae')
-rw-r--r--math/algae/patches/patch-ae43
1 files changed, 4 insertions, 39 deletions
diff --git a/math/algae/patches/patch-ae b/math/algae/patches/patch-ae
index b507b980d2c..0b2170f063d 100644
--- a/math/algae/patches/patch-ae
+++ b/math/algae/patches/patch-ae
@@ -1,43 +1,8 @@
-$NetBSD: patch-ae,v 1.3 2003/07/24 16:28:56 jtb Exp $
+$NetBSD: patch-ae,v 1.4 2006/04/05 23:01:15 jlam Exp $
---- Makefile.in.orig 2003-02-28 23:07:03.000000000 +0000
-+++ Makefile.in 2003-07-24 17:14:18.000000000 +0100
-@@ -78,18 +78,18 @@
- libdir = $(prefix)/lib
-
- # Directory in which to install the man page.
--mandir = $(datadir)/man/man$(manext)
-+mandir = $(prefix)/man/man$(manext)
- # The manpage extension
- manext = 1
-
- # Directory in which to install the Info files.
--infodir = $(datadir)/info
-+infodir = $(prefix)/info
-
- # Directory in which to install the algae tools.
- tooldir = $(datadir)/algae/$(VERSION_NUMBER)/tools
-
- # Directory in which to install the algae html files.
--htmldir = $(datadir)/algae/$(VERSION_NUMBER)/html
-+htmldir = $(prefix)/share/doc/html/algae
-
- # Directory and name of the startup file. This is compiled into the
- # executable, so don't change either assignment if you have a binary
-@@ -99,10 +99,10 @@
- RC0 = $(rcdir)/algae.A
-
- # Directory in which to install source code.
--sourcedir = $(prefix)/src
-+sourcedir = $(prefix)/include
-
- # Directory in which to install the header files.
--hdir = $(sourcedir)/algae/$(VERSION_NUMBER)/include
-+hdir = $(sourcedir)/algae
-
- # Directory containing site files: that is, files installed locally
- # which are not part of the standard Algae distribution.
-@@ -308,7 +308,7 @@
+--- Makefile.in.orig 2003-02-28 18:07:03.000000000 -0500
++++ Makefile.in
+@@ -308,7 +308,7 @@ install: algae.A installdirs
cd tools; \
$(MAKE) tooldir=$(tooldir) install
cd doc; \