diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
commit | 007c7f0c9d4eaad89449342ee90e4b102925caec (patch) | |
tree | 114f7c864c24ff21a525d1dd997282751fdf3b12 /astro/xephem | |
parent | ff937aa62d305b29ccf01992d537477ef5b3b89d (diff) | |
download | FreeBSD-ports-007c7f0c9d4eaad89449342ee90e4b102925caec.zip FreeBSD-ports-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.gz |
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 930fe0e..69d7220 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/ \ |