diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-03 15:14:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-03 15:14:50 +0000 |
commit | e711ee946c5eaf97e92e8c09b0f571f9386f725b (patch) | |
tree | 8f483a3c4a5e5f1691642df617cb7138d1cf8187 /biology | |
parent | ecb0801e3d4ad5590c3adb46de3fc9bef45a05e3 (diff) | |
download | pkgsrc-e711ee946c5eaf97e92e8c09b0f571f9386f725b.tar.gz |
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/clustalw/Makefile | 4 | ||||
-rw-r--r-- | biology/coalesce/Makefile | 4 | ||||
-rw-r--r-- | biology/fluctuate/Makefile | 4 | ||||
-rw-r--r-- | biology/nut/Makefile | 4 | ||||
-rw-r--r-- | biology/profit/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/biology/clustalw/Makefile b/biology/clustalw/Makefile index 478f68564b0..1867b93fa03 100644 --- a/biology/clustalw/Makefile +++ b/biology/clustalw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/08/16 23:34:58 ben Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/03 15:14:51 wiz Exp $ DISTNAME= clustalw1.83.UNIX PKGNAME= clustalw-1.83 @@ -11,7 +11,7 @@ HOMEPAGE= http://www-igbmc.u-strasbg.fr/BioInfo/ClustalW/ COMMENT= General purpose multiple alignment program for DNA or proteins MAKEFILE= makefile -ALL_TARGET= clustalw +BUILD_TARGET= clustalw WRKSRC= ${WRKDIR}/clustalw1.83 MAKE_FLAGS+= CC="${CC}" diff --git a/biology/coalesce/Makefile b/biology/coalesce/Makefile index 538ca55fa4e..a1202ba6602 100644 --- a/biology/coalesce/Makefile +++ b/biology/coalesce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/04/11 03:52:59 snj Exp $ +# $NetBSD: Makefile,v 1.4 2004/12/03 15:14:51 wiz Exp $ # DISTNAME= coalesce1.5b @@ -12,7 +12,7 @@ COMMENT= Estimates effective population size and mutation rate WRKSRC= ${WRKDIR}/coalesce1.5beta USE_BUILDLINK3= YES -ALL_TARGET= coalesce +BUILD_TARGET= coalesce DOCDIR= ${PREFIX}/share/doc/coalesce EXDIR= ${PREFIX}/share/examples/coalesce diff --git a/biology/fluctuate/Makefile b/biology/fluctuate/Makefile index 6f247c0fca5..30b19a9cbbf 100644 --- a/biology/fluctuate/Makefile +++ b/biology/fluctuate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/04/11 03:58:49 snj Exp $ +# $NetBSD: Makefile,v 1.4 2004/12/03 15:14:51 wiz Exp $ # DISTNAME= fluctuate1.4.src.doc @@ -12,7 +12,7 @@ COMMENT= Estimation of population growth rate WRKSRC= ${WRKDIR}/fluctuate1.4 USE_BUILDLINK3= YES -ALL_TARGET= fluctuate +BUILD_TARGET= fluctuate DOCDIR= ${PREFIX}/share/doc/fluctuate EXDIR= ${PREFIX}/share/examples/fluctuate diff --git a/biology/nut/Makefile b/biology/nut/Makefile index 58eb3171669..7591b9911aa 100644 --- a/biology/nut/Makefile +++ b/biology/nut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/08/18 11:22:36 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2004/12/03 15:14:51 wiz Exp $ DISTNAME= nut-10.2 CATEGORIES= biology @@ -9,7 +9,7 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.lafn.org/~av832/ COMMENT= Record what you eat and analyze your meals -ALL_TARGET= nut +BUILD_TARGET= nut USE_BUILDLINK3= yes USE_GNU_TOOLS+= make diff --git a/biology/profit/Makefile b/biology/profit/Makefile index 62b3b7ab9cc..d4a4baa7ded 100644 --- a/biology/profit/Makefile +++ b/biology/profit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/08/17 02:48:04 ben Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/03 15:14:52 wiz Exp $ # DISTNAME= profit @@ -11,7 +11,7 @@ HOMEPAGE= http://acrmwww.biochem.ucl.ac.uk/programs/profit/index.html COMMENT= Performs least squares fits of two protein structures DIST_SUBDIR= ${DISTNAME} -ALL_TARGET= ${DISTNAME} +BUILD_TARGET= ${DISTNAME} USE_BUILDLINK3= YES WRKSRC= ${WRKDIR}/ProFitV2.2/src |