diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-15 21:16:18 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-15 21:16:18 +0000 |
commit | 4f142c6b23271e0836c63c4ae88ee63d6ec6add1 (patch) | |
tree | 4e73410fc9086adb10632a0722f870627d9bae8a /archivers/linux_rar/Makefile | |
parent | o Update to 1.0c18 (diff) |
fix MASTER_SITES.
Diffstat (limited to '')
-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 |