diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-07-25 15:06:48 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-07-25 15:06:48 +0000 |
commit | 856105bda21f45d34d70a93e9cb2d698c5f2aa56 (patch) | |
tree | 8d9f530456b48155af27bb56625909d701e4d9e9 /biology | |
parent | b40b2c1f3be067ee2b388c8bd9a675ec61a77684 (diff) |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/phylip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/phylip/Makefile b/biology/phylip/Makefile index a6be9674961b..15f8595651d7 100644 --- a/biology/phylip/Makefile +++ b/biology/phylip/Makefile @@ -1,4 +1,4 @@ -# Created by: dbader@eece.unm.edu +# Created by: David A. Bader <dbader@eece.unm.edu> # $FreeBSD$ PORTNAME= phylip @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Phylogeny Inference Package LICENSE= BSD2CLAUSE -LICENSE_FILES= ${WRKSRC}/COPYRIGHT +LICENSE_FILE= ${WRKSRC}/COPYRIGHT BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash |