From 402899809af063240e564f105ec22423fefbea61 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/zip1/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'archivers/zip1') diff --git a/archivers/zip1/Makefile b/archivers/zip1/Makefile index a7f566942a0..b14b53bf3f9 100644 --- a/archivers/zip1/Makefile +++ b/archivers/zip1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/12/28 03:59:01 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2000/08/18 22:46:29 hubertf Exp $ # DISTNAME= zip1-1.1 @@ -29,7 +29,8 @@ BUILD_DEFS+= ZIP_ENCRYPTION DISTFILES+= zcrypt10.zip ALL_TARGET+= zipcloak RESTRICTED= crypto -MIRROR_DISTFILE=no +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} .endif do-install: -- cgit v1.2.3