diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-21 12:17:16 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-21 12:17:16 +0000 |
commit | db1827c1630955bbbec91588d8d1a9d5fab30bf3 (patch) | |
tree | babfda47615655459b6432c88b0eb55b9a5a150c /archivers | |
parent | turnon egcs-devel (diff) |
Add another MASTER_SITE
Notes
Notes:
svn path=/head/; revision=18047
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rar/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index 147ba650182b..7be2a7811de9 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -4,13 +4,14 @@ # Date created: 15 May 1996 # Whom: ache # -# $Id: Makefile,v 1.13 1999/04/11 10:52:53 simokawa Exp $ +# $Id: Makefile,v 1.14 1999/04/17 14:41:34 ache Exp $ # DISTNAME= rarbsd PKGNAME= rar-2.02 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.rarsoft.com/pub/rar/ +MASTER_SITES= ftp://ftp.rarsoft.com/pub/rar/ \ + ftp://ftp.cdrom.com/pub/sac/pack/ EXTRACT_SUFX= .sfx MAINTAINER= ache@FreeBSD.ORG |