diff options
author | jrm <jrm@FreeBSD.org> | 2018-04-26 23:36:30 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2018-04-26 23:36:30 +0800 |
commit | 2753d409e921691914ff436bfc32fbfbbda9d11f (patch) | |
tree | 9db6dcc38fd6e650922805dc6416c6362b117bb3 /biology | |
parent | c42c56deafd72a77c4e4285e70c27328ac2e231e (diff) | |
download | freebsd-ports-gnome-2753d409e921691914ff436bfc32fbfbbda9d11f.tar.gz freebsd-ports-gnome-2753d409e921691914ff436bfc32fbfbbda9d11f.tar.zst freebsd-ports-gnome-2753d409e921691914ff436bfc32fbfbbda9d11f.zip |
biology/paml: Set PORTVERSION directly
Setting DISTVERSION= 4.9h in the last commit caused PORTVERSION to be translated
to 4.9.h, which was not correct.
Pointy-hat: jrm
Diffstat (limited to 'biology')
-rw-r--r-- | biology/paml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/paml/Makefile b/biology/paml/Makefile index 3e419b588ed8..7cfbe87f31ad 100644 --- a/biology/paml/Makefile +++ b/biology/paml/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= paml -DISTVERSION= 4.9h +PORTVERSION= 4.9h CATEGORIES= biology MASTER_SITES= http://abacus.gene.ucl.ac.uk/software/ DISTNAME= ${PORTNAME}${DISTVERSION} |