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/saoimage/Makefile | |
parent | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (diff) |
update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27416
Diffstat (limited to 'astro/saoimage/Makefile')
-rw-r--r-- | astro/saoimage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/saoimage/Makefile b/astro/saoimage/Makefile index 0c9337727aa0..70471cad96ca 100644 --- a/astro/saoimage/Makefile +++ b/astro/saoimage/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: saoimage -# Version required: 1.26.10 # Date created: 21 Feb 1998 # Whom: giffunip@asme.org # # $FreeBSD$ # -DISTNAME= saoimage-1.26.10 +PORTNAME= saoimage +PORTVERSION= 1.26.10 CATEGORIES= astro MASTER_SITES= ftp://cfa-ftp.harvard.edu/pub/gsc/SAOimage/ |