mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
97c7a02eb0
LAM (Local Area Multicomputer) is an MPI programming environment and development system for heterogeneous computers on a network. With LAM, a dedicated cluster or an existing network computing infrastructure can act as one parallel computer solving one problem. PR: 29930 Submitted by: David Bremner <bremner@unb.ca>
12 lines
350 B
Plaintext
12 lines
350 B
Plaintext
--- 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 =
|
|
-mansdir = $(mandir)/mans
|
|
+mansdir = $(datadir)/lam
|
|
MANS = $(man_MANS)
|
|
|
|
NROFF = nroff
|