diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2002-03-08 20:37:00 +0000 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2002-03-08 20:37:00 +0000 |
commit | 7237b61ef878a28dd6c0bfe6542f43bb36244827 (patch) | |
tree | a4f723216ef336816e2ae568910a1208355c4bbf /astro/stars | |
parent | 5f685a2ef913b810948f53f631bb4620753a55b6 (diff) | |
download | FreeBSD-ports-7237b61ef878a28dd6c0bfe6542f43bb36244827.zip FreeBSD-ports-7237b61ef878a28dd6c0bfe6542f43bb36244827.tar.gz |
Fix broken MASTER_SITES.
Use DISTNAME, per portlint.
Diffstat (limited to 'astro/stars')
-rw-r--r-- | astro/stars/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/stars/Makefile b/astro/stars/Makefile index b75c2a5..60713b4 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 |