diff options
author | wiz <wiz> | 2001-02-16 15:51:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 15:51:46 +0000 |
commit | 9b3e4cb13729c47be0bf5e876036256b4f987e32 (patch) | |
tree | 93e776c22feddb53127ca24e4742b48902ced5bc /biology | |
parent | 2e99accb2bbee84c3f01536879ae54bd8a6e604f (diff) | |
download | pkgsrc-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 'biology')
-rw-r--r-- | biology/Makefile | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/biology/Makefile b/biology/Makefile index 08869361522..0e99363c336 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -1,13 +1,15 @@ -# $NetBSD: Makefile,v 1.9 2000/11/25 20:14:30 jtb Exp $ +# $NetBSD: Makefile,v 1.10 2001/02/16 15:51:47 wiz Exp $ # - SUBDIR += bioperl - SUBDIR += chemtool - SUBDIR += clustalw - SUBDIR += fastDNAml - SUBDIR += nut - SUBDIR += phylip - SUBDIR += puzzle - SUBDIR += rasmol +COMMENT= Software for the biological sciences + +SUBDIR+= bioperl +SUBDIR+= chemtool +SUBDIR+= clustalw +SUBDIR+= fastDNAml +SUBDIR+= nut +SUBDIR+= phylip +SUBDIR+= puzzle +SUBDIR+= rasmol .include "../mk/bsd.pkg.subdir.mk" |