diff options
Diffstat (limited to 'archivers/unrar')
-rw-r--r-- | archivers/unrar/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 8ad7c89dba0..e588ee8d9e8 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.35 2004/07/31 03:48:30 xtraeme Exp $ +# $NetBSD: Makefile,v 1.36 2004/10/27 17:05:11 wiz Exp $ # DISTNAME= unrarsrc-3.3.6 PKGNAME= ${DISTNAME:S/src//} CATEGORIES= archivers -MASTER_SITES= http://www.rarlab.com/rar/ +MASTER_SITES= http://www.rarlab.com/rar/ \ + ftp://ftp.rarlab.com/rar/ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.rarlab.com/ |