diff options
author | trevor <trevor@FreeBSD.org> | 2001-06-01 19:08:22 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-06-01 19:08:22 +0000 |
commit | 95f87e289c08eb05a9e6818744914e204d6b3a94 (patch) | |
tree | 115d4085ea8f823d10867cbda0542b01e5284050 /www/mmosaic | |
parent | a6e7e0cb7ef7988fa8c1fb576d79f0b2160e607c (diff) | |
download | FreeBSD-ports-95f87e289c08eb05a9e6818744914e204d6b3a94.zip FreeBSD-ports-95f87e289c08eb05a9e6818744914e204d6b3a94.tar.gz |
Doh, there's no need to include DISTNAME in MASTER_SITES.
Diffstat (limited to 'www/mmosaic')
-rw-r--r-- | www/mmosaic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mmosaic/Makefile b/www/mmosaic/Makefile index 3b71cf3..0a2aea3 100644 --- a/www/mmosaic/Makefile +++ b/www/mmosaic/Makefile @@ -9,9 +9,9 @@ PORTNAME= mmosaic PORTVERSION= 3.7.2 CATEGORIES= www MASTER_SITES= ftp://ftp.enst.fr/pub/mbone/mMosaic/ \ - ftp://ftp.uni-koeln.de/net/inet/WWW/mosaic/unix/mMosaic-3.7.2.tar.gz \ - ftp://ftp.netsw.org/netsw/InfoSys/WWW/ClientSide/Browser/mosaic/mMosaic-3.7.2.tar.gz \ - ftp://ftp.icm.edu.pl/vol/rzm0/mMosaic/mMosaic-3.7.2.tar.gz + ftp://ftp.uni-koeln.de/net/inet/WWW/mosaic/unix/ \ + ftp://ftp.netsw.org/netsw/InfoSys/WWW/ClientSide/Browser/mosaic/ \ + ftp://ftp.icm.edu.pl/vol/rzm0/mMosaic/ DISTNAME= mMosaic-${PORTVERSION} |