From d7f6f36264f9c3e7ccfacbb0eaee6ecbfad8f2e3 Mon Sep 17 00:00:00 2001 From: manu Date: Tue, 10 Sep 2002 08:18:32 +0000 Subject: The master site moved the archive in a subdirectory with the same name. Requesting the archive was causing the server to tar.Z the direcctory on the fly, and we ended up with an archive containing the source archive. This was blocked by the checksum. Fixed the archive path. --- mail/faces/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/faces') diff --git a/mail/faces/Makefile b/mail/faces/Makefile index aa4d9f544fe..6651b37f7a2 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.28 2002/08/25 19:23:05 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2002/09/10 08:18:32 manu Exp $ DISTNAME= faces-1.6.1 PKGREVISION= 2 WRKSRC= ${WRKDIR}/faces CATEGORIES= mail -MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/faces/ +MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/faces/faces-1.6.1/ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org -- cgit v1.2.3