diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
commit | a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba (patch) | |
tree | 3ffd72b216e533f037cfc7f06f222ca72e602018 /astro/xephem | |
parent | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (diff) | |
download | freebsd-ports-gnome-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.tar.gz freebsd-ports-gnome-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.tar.zst freebsd-ports-gnome-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'astro/xephem')
-rw-r--r-- | astro/xephem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile index 930fe0e2dbad..69d7220efc69 100644 --- a/astro/xephem/Makefile +++ b/astro/xephem/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xephem -# Version required: 3.2.3 # Date created: Thu Aug 1 09:10:22 CDT 1996 # Whom: erich@FreeBSD.org # # $FreeBSD$ # -DISTNAME= xephem-3.2.3 +PORTNAME= xephem +PORTVERSION= 3.2.3 CATEGORIES= astro MASTER_SITES= ftp://iraf.noao.edu/contrib/xephem/ \ ftp://gastro23.physics.uiowa.edu/pub/xephem/ \ |