diff options
author | wiz <wiz> | 2004-10-27 16:45:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-10-27 16:45:49 +0000 |
commit | 7f444c63c1b1c9b2c03e368196dad3ba32014803 (patch) | |
tree | 4dde1cabc9d860ae5f2699d84297729d0a9d6120 /archivers/hpack/Makefile | |
parent | 0c8658ad32d1b90fedc38cbb9ca49ca834485456 (diff) | |
download | pkgsrc-7f444c63c1b1c9b2c03e368196dad3ba32014803.tar.gz |
Master site vanished. Get distfile from a different site; tarball has
3 byte diff to previous one (in the tar header), so set DIST_SUBDIR.
cmp -l output (old - new):
5 164 206
6 312 226
7 246 247
Diffstat (limited to 'archivers/hpack/Makefile')
-rw-r--r-- | archivers/hpack/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/archivers/hpack/Makefile b/archivers/hpack/Makefile index f9de86de555..5a27fcdc86b 100644 --- a/archivers/hpack/Makefile +++ b/archivers/hpack/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.21 2004/07/27 22:09:43 minskim Exp $ +# $NetBSD: Makefile,v 1.22 2004/10/27 16:45:49 wiz Exp $ DISTNAME= hpack79src PKGNAME= hpack-0.79 PKGREVISION= 1 CATEGORIES= archivers -MASTER_SITES= ftp://src.doc.ic.ac.uk/packages/hpack/ +MASTER_SITES= ftp://ftp.franken.de/pub/crypt/misc/ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Multi-System Archiver with open keys PGP-based security @@ -20,6 +20,8 @@ CRYPTO= yes MAKEFILE= makefile ALL_TARGET= hpack +DIST_SUBDIR= ${PKGNAME_NOREV} + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Linux" |