diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-12 14:55:43 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-12 14:55:43 +0000 |
commit | f5bfcfd8c9dfb3bc5974939d28e0137323b8e1ed (patch) | |
tree | 33c076f46caee5719c42c17c13a39ca33ba3628c /math/cln/files | |
parent | move cln from devel/ to math/ (diff) |
readd cln to math
Notes
Notes:
svn path=/head/; revision=38257
Diffstat (limited to 'math/cln/files')
-rw-r--r-- | math/cln/files/patch-Makefile.in | 19 | ||||
-rw-r--r-- | math/cln/files/patch-doc::Makefile.in | 10 |
2 files changed, 29 insertions, 0 deletions
diff --git a/math/cln/files/patch-Makefile.in b/math/cln/files/patch-Makefile.in new file mode 100644 index 000000000000..810ee06887db --- /dev/null +++ b/math/cln/files/patch-Makefile.in @@ -0,0 +1,19 @@ +--- Makefile.in.orig Sun Feb 11 16:52:48 2001 ++++ Makefile.in Sun Feb 11 17:03:58 2001 +@@ -33,14 +33,13 @@ + + install : installdirs force + cd @subdir@; $(MAKE) install +- $(INSTALL_PROGRAM) cln-config $(DESTDIR)$(bindir)/cln-config ++ $(INSTALL) cln-config $(DESTDIR)$(bindir)/cln-config + $(INSTALL_DATA) cln-config.1 $(DESTDIR)$(mandir)/man1/cln-config.1 +- $(INSTALL_DATA) cln.m4 $(DESTDIR)$(datadir)/aclocal/cln.m4 ++ $(INSTALL_DATA) cln.m4 $(DESTDIR)$(prefix)/share/aclocal/cln.m4 + + installdirs : force + cd @subdir@; $(MAKE) installdirs + $(MKDIR) $(DESTDIR)$(mandir)/man1 +- $(MKDIR) $(DESTDIR)$(datadir)/aclocal + $(MKDIR) $(DESTDIR)$(bindir) + + uninstall : force diff --git a/math/cln/files/patch-doc::Makefile.in b/math/cln/files/patch-doc::Makefile.in new file mode 100644 index 000000000000..bc3557228651 --- /dev/null +++ b/math/cln/files/patch-doc::Makefile.in @@ -0,0 +1,10 @@ +--- doc/Makefile.in.orig Sun Feb 11 17:11:56 2001 ++++ doc/Makefile.in Sun Feb 11 17:24:01 2001 +@@ -81,6 +81,7 @@ + + install : all installdirs force + $(INSTALL_DATA) $(srcdir)/$(PACKAGE).info $(DESTDIR)$(infodir)/$(PACKAGE).info ++ install-info $(srcdir)/$(PACKAGE).info $(DESTDIR)$(infodir)/dir + $(INSTALL_DATA) $(srcdir)/$(PACKAGE)_*.html $(DESTDIR)$(htmldir) + $(INSTALL_DATA) $(srcdir)/$(PACKAGE).dvi $(DESTDIR)$(dvidir)/$(PACKAGE).dvi + |