diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2003-06-19 15:31:00 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2003-06-19 15:31:00 +0000 |
commit | 640609906a7eb4f1160af08034549b108e14793d (patch) | |
tree | 45df10f865b5368e18cc416d62e9705cb7497194 /net/lam7/files | |
parent | Update to latest release 2.69 (diff) |
Upgrade from 6.5.6 to the 6.5.9 -- using the maintainer's earlier patch (for 6.5.8).
While here, switch to using to USE_BZIP2.
PR: ports/46630 ports/52921
Submitted by: David Bremner (maintainer)
Approved by: David Bremner (maintainer)
Notes
Notes:
svn path=/head/; revision=83324
Diffstat (limited to 'net/lam7/files')
-rw-r--r-- | net/lam7/files/manpages | 2 | ||||
-rw-r--r-- | net/lam7/files/patch-man-mans-Makefile.in | 12 |
2 files changed, 6 insertions, 8 deletions
diff --git a/net/lam7/files/manpages b/net/lam7/files/manpages index e0072aa6e955..d15c9ae26cb6 100644 --- a/net/lam7/files/manpages +++ b/net/lam7/files/manpages @@ -6,11 +6,13 @@ hf77.1 \ introu.1 \ lamboot.1 \ lamclean.1 \ +lamd.1 \ lamexec.1 \ lamgrow.1 \ lamshrink.1 \ lamtrace.1 \ mpiCC.1 \ +mpic++.1 \ mpicc.1 \ mpif77.1 \ mpimsg.1 \ diff --git a/net/lam7/files/patch-man-mans-Makefile.in b/net/lam7/files/patch-man-mans-Makefile.in index a667ac0ddf64..9202a2aed5e8 100644 --- a/net/lam7/files/patch-man-mans-Makefile.in +++ b/net/lam7/files/patch-man-mans-Makefile.in @@ -1,11 +1,7 @@ ---- man/mans/Makefile.in.orig Wed Dec 26 13:40:01 2001 -+++ man/mans/Makefile.in Wed Dec 26 13:42:54 2001 -@@ -153,7 +153,7 @@ - mkinstalldirs = $(SHELL) $(top_srcdir)/./config/mkinstalldirs - CONFIG_HEADER = ../../share/include/lam_config.h - CONFIG_CLEAN_FILES = +--- man/mans/Makefile.in Mon Jan 27 17:03:38 2003 ++++ man/mans/Makefile.in Wed Jun 18 12:18:05 2003 +@@ -193,3 +193,3 @@ + -mansdir = $(mandir)/mans +mansdir = $(datadir)/lam MANS = $(man_MANS) - - NROFF = nroff |