diff options
author | jpaetzel <jpaetzel@FreeBSD.org> | 2019-03-26 00:00:16 +0800 |
---|---|---|
committer | jpaetzel <jpaetzel@FreeBSD.org> | 2019-03-26 00:00:16 +0800 |
commit | 1b4b01649d1d3876b4d57937823107c23309fa32 (patch) | |
tree | 638bf1f89848e8312eab6c5deeff2616df8a9ee6 /astro/xephem/Makefile | |
parent | 6178808425910429473b99372352505756ff614c (diff) | |
download | freebsd-ports-gnome-1b4b01649d1d3876b4d57937823107c23309fa32.tar.gz freebsd-ports-gnome-1b4b01649d1d3876b4d57937823107c23309fa32.tar.zst freebsd-ports-gnome-1b4b01649d1d3876b4d57937823107c23309fa32.zip |
Fix a typo in a helper script that was causing a file to be left laying around.
Submitted by: Scott Allendorf <scott-allendorf@uiowa.edu>
Diffstat (limited to 'astro/xephem/Makefile')
-rw-r--r-- | astro/xephem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile index 38c274e0c0d6..c57aa1272cc7 100644 --- a/astro/xephem/Makefile +++ b/astro/xephem/Makefile @@ -3,7 +3,7 @@ PORTNAME= xephem PORTVERSION= 3.7.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro MASTER_SITES= http://www.clearskyinstitute.com/xephem/ |