summaryrefslogtreecommitdiff
path: root/parallel/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-16 15:51:46 +0000
committerwiz <wiz>2001-02-16 15:51:46 +0000
commit9b3e4cb13729c47be0bf5e876036256b4f987e32 (patch)
tree93e776c22feddb53127ca24e4742b48902ced5bc /parallel/Makefile
parent2e99accb2bbee84c3f01536879ae54bd8a6e604f (diff)
downloadpkgsrc-9b3e4cb13729c47be0bf5e876036256b4f987e32.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"