From 319851030c59cf23051f4b644ce57723ba62c60c Mon Sep 17 00:00:00 2001 From: hubertf Date: Fri, 18 Aug 2000 22:46:29 +0000 Subject: 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. --- archivers/hpack/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'archivers/hpack') 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 -- cgit v1.2.3