diff options
author | manu <manu> | 2002-09-10 08:18:32 +0000 |
---|---|---|
committer | manu <manu> | 2002-09-10 08:18:32 +0000 |
commit | 8fe712e7c992c8a374b4f7412f56e5114b348b17 (patch) | |
tree | aa97bbe86ccde3632b0dbdf4b3275117b98c42b6 /mail | |
parent | 151e3e5437f0bd39016c61d3579e5f155bba9b91 (diff) | |
download | pkgsrc-8fe712e7c992c8a374b4f7412f56e5114b348b17.tar.gz |
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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/faces/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |