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/openuniverse | |
parent | ff937aa62d305b29ccf01992d537477ef5b3b89d (diff) | |
download | freebsd-ports-graphics-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.gz freebsd-ports-graphics-007c7f0c9d4eaad89449342ee90e4b102925caec.tar.zst freebsd-ports-graphics-007c7f0c9d4eaad89449342ee90e4b102925caec.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'astro/openuniverse')
-rw-r--r-- | astro/openuniverse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/openuniverse/Makefile b/astro/openuniverse/Makefile index 5ff7715ed89..b5eb25ede2b 100644 --- a/astro/openuniverse/Makefile +++ b/astro/openuniverse/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ssystem -# Version required: 1.6 # Date created: 4 August 1998 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= ssystem-1.6 +PORTNAME= ssystem +PORTVERSION= 1.6 CATEGORIES= astro MASTER_SITES= http://plasma.gsfc.nasa.gov/Ssystem/ \ http://www.wam.umd.edu/~kamelkev/Ssystem/ \ |