diff options
author | danfe <danfe@FreeBSD.org> | 2015-07-25 23:06:48 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-07-25 23:06:48 +0800 |
commit | 3e9135ef07acbba3ce4233131189e565f71dd7fb (patch) | |
tree | 8d9f530456b48155af27bb56625909d701e4d9e9 /biology | |
parent | 239b78a0d7451043852575e686fafa1719f793c1 (diff) | |
download | freebsd-ports-graphics-3e9135ef07acbba3ce4233131189e565f71dd7fb.tar.gz freebsd-ports-graphics-3e9135ef07acbba3ce4233131189e565f71dd7fb.tar.zst freebsd-ports-graphics-3e9135ef07acbba3ce4233131189e565f71dd7fb.zip |
- Fix four cases of an obvious typo: LICENSE_FILES -> LICENSE_FILE
- While here: move knobs to their expected location, remove useless check
for ${PORT_OPTIONS:MDOCS} when installing documentation, standardize
Makefile headers
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 a6be9674961..15f8595651d 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 |