diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /biology/coalesce | |
parent | 6e91cb59f4f7438fb915bac8df227587a9c83e61 (diff) | |
download | pkgsrc-3a111113dcf15a2b040e07ba3513ace1fed6fea6.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'biology/coalesce')
-rw-r--r-- | biology/coalesce/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/coalesce/Makefile b/biology/coalesce/Makefile index 1c46cde2dd1..e8835d1618a 100644 --- a/biology/coalesce/Makefile +++ b/biology/coalesce/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/09/30 01:03:56 jschauma Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/20 12:08:40 agc Exp $ # DISTNAME= coalesce1.5b PKGNAME= coalesce-1.5.0.2 -WRKSRC= ${WRKDIR}/coalesce1.5beta CATEGORIES= biology MASTER_SITES= ftp://evolution.genetics.washington.edu/pub/lamarc/coalesce/ @@ -11,6 +10,7 @@ MAINTAINER= brook@nmsu.edu HOMEPAGE= http://evolution.genetics.washington.edu/lamarc/coalesce.html COMMENT= Estimates effective population size and mutation rate +WRKSRC= ${WRKDIR}/coalesce1.5beta USE_BUILDLINK2= YES ALL_TARGET= coalesce |