diff options
author | tron <tron@pkgsrc.org> | 1999-07-18 15:17:09 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-18 15:17:09 +0000 |
commit | d6592cafc23b4452ed8427be8ab292098cf31929 (patch) | |
tree | 33de700dba30227a0627c3c667d39f109d81db4a /archivers | |
parent | 2ece2a82944002bdb10776a66cba9ef6f50d5dbf (diff) | |
download | pkgsrc-d6592cafc23b4452ed8427be8ab292098cf31929.tar.gz |
Don't use deprecated name for master site and add US mirror.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unlzx/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/unlzx/Makefile b/archivers/unlzx/Makefile index 491368ac4dc..e92f557bdc8 100644 --- a/archivers/unlzx/Makefile +++ b/archivers/unlzx/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/05/22 21:11:07 tv Exp $ +# $NetBSD: Makefile,v 1.2 1999/07/18 15:17:09 tron Exp $ DISTNAME= unlzx.c PKGNAME= unlzx-1.0 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.germany.aminet.org/pub/aminet/misc/unix/ +MASTER_SITES= ftp://de.aminet.net/pub/aminet/misc/unix/ \ + ftp://us.aminet.net/pub/aminet/misc/unix/ EXTRACT_SUFX= .Z MAINTAINER= packages@netbsd.org |