diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-05 23:01:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-05 23:01:15 +0000 |
commit | a4cbc72f584185583e33b49017522a326a053ef4 (patch) | |
tree | 4e07c14183f81fa76b20edb581fa96f647d4e8fe /math/algae/patches | |
parent | ab9e528a14707beb99c9d6a4c2e72fdae33dab0c (diff) | |
download | pkgsrc-a4cbc72f584185583e33b49017522a326a053ef4.tar.gz |
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'math/algae/patches')
-rw-r--r-- | math/algae/patches/patch-ae | 43 |
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; \ |