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/zip/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'archivers/zip') diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index ed44713b13a..3574a86bc50 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/12/28 03:59:01 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2000/08/18 22:46:29 hubertf Exp $ # FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp # @@ -24,7 +24,8 @@ DISTFILES+= zcrypt28.zip EXTRACT_ONLY= zip23.tar.gz BUILD_DEPENDS= unzip:../../archivers/unzip RESTRICTED= crypto -MIRROR_DISTFILE=no +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} post-extract: @cd ${WRKSRC} && unzip -qo ${DISTDIR}/zcrypt28.zip -- cgit v1.2.3