summaryrefslogtreecommitdiff
path: root/astro/stars
diff options
context:
space:
mode:
authorDaniel Harris <dannyboy@FreeBSD.org>2002-03-08 20:37:00 +0000
committerDaniel Harris <dannyboy@FreeBSD.org>2002-03-08 20:37:00 +0000
commit849e57b1463fd77961848481f9ccbac47df5d9c9 (patch)
tree58ff1a15615f91383ba3a315f8148a38bf46566f /astro/stars
parent- patch to fix undefined (ulong) (diff)
Fix broken MASTER_SITES.
Use DISTNAME, per portlint.
Notes
Notes: svn path=/head/; revision=55739
Diffstat (limited to 'astro/stars')
-rw-r--r--astro/stars/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/stars/Makefile b/astro/stars/Makefile
index b75c2a5c8215..60713b47a2bd 100644
--- a/astro/stars/Makefile
+++ b/astro/stars/Makefile
@@ -8,9 +8,9 @@
PORTNAME= stars
PORTVERSION= 1.0
CATEGORIES= astro
-MASTER_SITES= ftp://hpux.csc.liv.ac.uk/hpux/X11/Demos/stars-1.0/ \
- ftp://askdonald.ask.uni-karlsruhe.de/hpux/X11/Demos/stars-1.0/
-DISTFILES= stars-1.0-ss-11.00.tar.gz
+MASTER_SITES= ftp://ftp.planetmirror.com/pub/hpux/X11/Demos/stars-1.0/ \
+ http://www.planetmirror.com/pub/hpux/X11/Demos/stars-1.0/
+DISTNAME= stars-1.0-ss-11.00
MAINTAINER= ports@FreeBSD.org