diff options
author | tron <tron> | 1999-07-18 15:17:09 +0000 |
---|---|---|
committer | tron <tron> | 1999-07-18 15:17:09 +0000 |
commit | b1642a0ea7aba511fea8b1e1feed0abee6045b09 (patch) | |
tree | 33de700dba30227a0627c3c667d39f109d81db4a | |
parent | a4503a1241836729295b4b3ff206ed59a0716dd0 (diff) | |
download | pkgsrc-b1642a0ea7aba511fea8b1e1feed0abee6045b09.tar.gz |
Don't use deprecated name for master site and add US mirror.
-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 |