diff options
Diffstat (limited to 'math/algae/patches/patch-ae')
-rw-r--r-- | math/algae/patches/patch-ae | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/math/algae/patches/patch-ae b/math/algae/patches/patch-ae new file mode 100644 index 00000000000..1e8c3b29d1a --- /dev/null +++ b/math/algae/patches/patch-ae @@ -0,0 +1,20 @@ +$NetBSD: patch-ae,v 1.1.1.1 2002/05/04 01:10:03 jtb Exp $ + +--- Makefile.in.orig Wed Apr 17 03:57:06 2002 ++++ Makefile.in Wed Apr 17 03:57:30 2002 +@@ -78,13 +78,13 @@ + manext = 1 + + # Directory in which to install the Info files. +-infodir = $(prefix)/share/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/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 |