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 | |
parent | fb63c5fc8f8f09959d66dba8c42a3625b42b4c4e (diff) | |
download | ports-4f142c6b23271e0836c63c4ae88ee63d6ec6add1.tar.gz ports-4f142c6b23271e0836c63c4ae88ee63d6ec6add1.zip |
fix MASTER_SITES.
Notes
Notes:
svn path=/head/; revision=39898
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 |