diff options
author | sf <sf@FreeBSD.org> | 2001-03-16 05:16:18 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-03-16 05:16:18 +0800 |
commit | a142cf2faf7e16e71f00d7b9e0e45b9d797e0169 (patch) | |
tree | ed46e3bb22e53af5ea5871b88be577e227ba0751 /archivers | |
parent | 311056aef736fa3341b5c56d71acc0e96099cbd7 (diff) | |
download | freebsd-ports-gnome-a142cf2faf7e16e71f00d7b9e0e45b9d797e0169.tar.gz freebsd-ports-gnome-a142cf2faf7e16e71f00d7b9e0e45b9d797e0169.tar.zst freebsd-ports-gnome-a142cf2faf7e16e71f00d7b9e0e45b9d797e0169.zip |
fix MASTER_SITES.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/linux_rar/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/linux_rar/Makefile b/archivers/linux_rar/Makefile index 7d886de64aa8..dc9c3ac24d95 100644 --- a/archivers/linux_rar/Makefile +++ b/archivers/linux_rar/Makefile @@ -9,9 +9,9 @@ PORTNAME= linux_rar PORTVERSION= 2.80 CATEGORIES= archivers linux -MASTER_SITES= ftp://ftp.download.com/pub/linux/ \ - ftp://ftp.netlab.sk/public/rarsoft/rar/ \ - ftp://rarsoft.ti.sk/pub/rar/ +MASTER_SITES= ftp://ftp.download.com/pub/linux/utilities/ +# ftp://ftp.netlab.sk/public/rarsoft/rar/ \ +# ftp://rarsoft.ti.sk/pub/rar/ DISTNAME= rarlnx${PORTVERSION:S/0//S/.//} EXTRACT_SUFX= .sfx |