diff options
author | hubertf <hubertf> | 2000-08-18 22:46:29 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-18 22:46:29 +0000 |
commit | c72e8c6ba48ab216853cf3ee27d80ffc3b4870f7 (patch) | |
tree | 04f7b6c9f02d31bfb54ab2070f124b8e32554867 /archivers/hpack/Makefile | |
parent | 4e65cf5a7684268ec9492ad6523dd5d1d07fbdda (diff) | |
download | pkgsrc-c72e8c6ba48ab216853cf3ee27d80ffc3b4870f7.tar.gz |
Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.
MIRROR_DISTFILES and NO_CDROM are now dead.
Diffstat (limited to 'archivers/hpack/Makefile')
-rw-r--r-- | archivers/hpack/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/hpack/Makefile b/archivers/hpack/Makefile index 1c9c28a1537..ff2bf97f863 100644 --- a/archivers/hpack/Makefile +++ b/archivers/hpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/07/06 18:31:45 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/18 22:46:29 hubertf Exp $ DISTNAME= hpack79${USE_RSAREF2:S/YES/u/:C/[^u]*//g}src PKGNAME= hpack-0.79 @@ -8,7 +8,8 @@ MASTER_SITES= ftp://src.doc.ic.ac.uk/packages/hpack/ MAINTAINER= packages@netbsd.org RESTRICTED= crypto -MIRROR_DISTFILE=no +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} NO_WRKSUBDIR= yes PATCHDIR= ${WRKDIR}/.patches |