diff options
author | clsung <clsung@FreeBSD.org> | 2006-05-27 11:28:43 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-05-27 11:28:43 +0800 |
commit | b267002e68c06f5f4c218bd3d09567ab36125056 (patch) | |
tree | 45c4802770046cb0d0d4f18ea313f3710f32a8e9 /net | |
parent | e7be1e31724a07b10f8aae4f4393f97b8e1f01ca (diff) | |
download | freebsd-ports-gnome-b267002e68c06f5f4c218bd3d09567ab36125056.tar.gz freebsd-ports-gnome-b267002e68c06f5f4c218bd3d09567ab36125056.tar.zst freebsd-ports-gnome-b267002e68c06f5f4c218bd3d09567ab36125056.zip |
- fix plist error
- made portlint happy
Diffstat (limited to 'net')
-rw-r--r-- | net/openmpi/Makefile | 4 | ||||
-rw-r--r-- | net/openmpi/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index 942ab82a0825..f035b9583005 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -44,9 +44,9 @@ BROKEN= Does not compile on sparc64 .if ${OSVERSION} < 503000 .if !exists(/usr/include/stdint.h) -BROKEN= requires stdint.h +BROKEN= requires stdint.h .else -IGNORE= is not supported for FreeBSD < 5.3 +IGNORE= is not supported for FreeBSD < 5.3 .endif .endif diff --git a/net/openmpi/pkg-plist b/net/openmpi/pkg-plist index c3793d8ea71b..75a908bfb26b 100644 --- a/net/openmpi/pkg-plist +++ b/net/openmpi/pkg-plist @@ -159,6 +159,7 @@ %%MPIDIR%%/share/openmpi/help-orted.txt %%MPIDIR%%/share/openmpi/help-orteprobe.txt %%MPIDIR%%/share/openmpi/help-orterun.txt +%%MPIDIR%%/share/openmpi/help-pls-base.txt %%MPIDIR%%/share/openmpi/help-pls-rsh.txt %%MPIDIR%%/share/openmpi/help-pls-slurm.txt %%MPIDIR%%/share/openmpi/help-ras-slurm.txt |