diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
commit | a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba (patch) | |
tree | 3ffd72b216e533f037cfc7f06f222ca72e602018 /astro/openuniverse | |
parent | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (diff) | |
download | freebsd-ports-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.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 5ff7715ed89b..b5eb25ede2bd 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/ \ |