summaryrefslogtreecommitdiff
path: root/parallel/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-02-16 15:51:46 +0000
committerwiz <wiz@pkgsrc.org>2001-02-16 15:51:46 +0000
commit02e8ee6a47fbac28ca9bbc16c4b70e20837489c0 (patch)
tree93e776c22feddb53127ca24e4742b48902ced5bc /parallel/Makefile
parenta2a4d06c6fe93107eedfcc3d009672fe424ac7ef (diff)
downloadpkgsrc-02e8ee6a47fbac28ca9bbc16c4b70e20837489c0.tar.gz
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
Diffstat (limited to 'parallel/Makefile')
-rw-r--r--parallel/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/parallel/Makefile b/parallel/Makefile
index e424452f6d4..3e7916a6f06 100644
--- a/parallel/Makefile
+++ b/parallel/Makefile
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.2 1998/10/21 20:00:59 garbled Exp $
+# $NetBSD: Makefile,v 1.3 2001/02/16 15:51:52 wiz Exp $
#
- SUBDIR += clusterit
- SUBDIR += glunix
- SUBDIR += mpi-ch
- SUBDIR += pvm3
+COMMENT= Applications dealing with parallelism in computing
+
+SUBDIR+= clusterit
+SUBDIR+= glunix
+SUBDIR+= mpi-ch
+SUBDIR+= pvm3
.include "../mk/bsd.pkg.subdir.mk"