diff options
author | wiz <wiz@pkgsrc.org> | 2005-01-21 21:13:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-01-21 21:13:22 +0000 |
commit | 90d56aa8cc2b244dbe8e2dfefe03346bcbded10a (patch) | |
tree | cb2ff44b4958175f5a2a06eff27377937d2e5e66 /archivers | |
parent | 32824c826877f05d87d065ba3f578c03363a9cee (diff) | |
download | pkgsrc-90d56aa8cc2b244dbe8e2dfefe03346bcbded10a.tar.gz |
Due to popular demand, move distfile to MASTER_SITE_LOCAL.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unarj/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile index acaeb449abf..315e29f3561 100644 --- a/archivers/unarj/Makefile +++ b/archivers/unarj/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2005/01/21 14:42:10 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2005/01/21 21:13:22 wiz Exp $ DISTNAME= unarj-2.65 PKGREVISION= 1 CATEGORIES= archivers -MASTER_SITES= # +MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.arjsoftware.com/ |