diff options
author | zafer <zafer> | 2011-03-11 10:10:32 +0000 |
---|---|---|
committer | zafer <zafer> | 2011-03-11 10:10:32 +0000 |
commit | d2265ed34ccf433ef808389a3a5c98799460a002 (patch) | |
tree | 1f25c6ef73c7106456e2dd8ddc6af7f3873e1426 /archivers | |
parent | 48b27eef59fa7848087e518ca96eeb41c4d0077b (diff) | |
download | pkgsrc-d2265ed34ccf433ef808389a3a5c98799460a002.tar.gz |
remove non-working mirror. prevent timing out.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unlzx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/unlzx/Makefile b/archivers/unlzx/Makefile index 89c8f8682be..c994d1f5188 100644 --- a/archivers/unlzx/Makefile +++ b/archivers/unlzx/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.21 2008/03/02 03:48:37 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2011/03/11 10:10:32 zafer Exp $ DISTNAME= unlzx.c PKGNAME= unlzx-1.1 CATEGORIES= archivers -MASTER_SITES= ftp://de.aminet.net/misc/unix/ \ - ftp://us.aminet.net/pub/aminet/misc/unix/ +MASTER_SITES= ftp://de.aminet.net/misc/unix/ + EXTRACT_SUFX= .gz MAINTAINER= pkgsrc-users@NetBSD.org |