diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-03 04:05:13 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-03 04:05:13 +0000 |
commit | b888611494459d4b1403a9f338f183fb05cac206 (patch) | |
tree | 6911ab881f9273d25ef9a34caa7a5b8bb06835b0 /math/algae/files | |
parent | 51bfd00f8bfd0a6139f02fe08b927e7cb5e1b078 (diff) |
Notes
Diffstat (limited to 'math/algae/files')
-rw-r--r-- | math/algae/files/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/math/algae/files/patch-aa b/math/algae/files/patch-aa new file mode 100644 index 000000000000..8bcb294cbf20 --- /dev/null +++ b/math/algae/files/patch-aa @@ -0,0 +1,17 @@ +--- Makefile.in.orig Sun May 18 17:22:07 2003 ++++ Makefile.in Sun May 18 17:23:00 2003 +@@ -78,12 +78,12 @@ + 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 |