diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 06:04:57 +0800 |
commit | 007c7f0c9d4eaad89449342ee90e4b102925caec (patch) | |
tree | 114f7c864c24ff21a525d1dd997282751fdf3b12 /astro/ephem | |
parent | ff937aa62d305b29ccf01992d537477ef5b3b89d (diff) | |
download | freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.gz freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.zst freebsd-ports-gnome-007c7f0c9d4eaad89449342ee90e4b102925caec.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'astro/ephem')
-rw-r--r-- | astro/ephem/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/ephem/Makefile b/astro/ephem/Makefile index 1fa41e967391..b183daeeb7ce 100644 --- a/astro/ephem/Makefile +++ b/astro/ephem/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: ephem -# Version required: 4.28 # Date created: 3 April 1997 # Whom: eserte # # $FreeBSD$ # -DISTNAME= ephem_4.28_unix -PKGNAME= ephem-4.28 +PORTNAME= ephem +PORTVERSION= 4.28 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_LOCAL} +DISTNAME= ${PORTNAME}_${PORTVERSION}_unix MAINTAINER= eserte@cs.tu-berlin.de |