diff options
author | antoine <antoine@FreeBSD.org> | 2019-05-27 13:48:23 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-05-27 13:48:23 +0800 |
commit | b56034b6c0709d502f7ee2759dedc6add1463cb7 (patch) | |
tree | d41cd5e3be10e22b398a277b8782959761edbee2 /astro | |
parent | 152a5c71cf29d1932219c26e3d0e24ab2170fad5 (diff) | |
download | freebsd-ports-gnome-b56034b6c0709d502f7ee2759dedc6add1463cb7.tar.gz freebsd-ports-gnome-b56034b6c0709d502f7ee2759dedc6add1463cb7.tar.zst freebsd-ports-gnome-b56034b6c0709d502f7ee2759dedc6add1463cb7.zip |
Fix typo
Diffstat (limited to 'astro')
-rw-r--r-- | astro/py-astropy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/py-astropy/Makefile b/astro/py-astropy/Makefile index cc3e80496a83..d4dbffa22b16 100644 --- a/astro/py-astropy/Makefile +++ b/astro/py-astropy/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= astropy -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.2 # Do not update without testing ports depending on this one PORTREVISION= 2 -PORTEPOCH= 2 # Do not update without testing ports dedenping on this one +PORTEPOCH= 2 CATEGORIES= astro MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |