diff options
-rw-r--r-- | archivers/zip1/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/zip1/Makefile b/archivers/zip1/Makefile index 498c41be78b..ac2e63d207c 100644 --- a/archivers/zip1/Makefile +++ b/archivers/zip1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/03/27 03:19:45 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 2001/06/04 17:12:42 jtb Exp $ # DISTNAME= zip1-1.1 @@ -13,6 +13,10 @@ COMMENT= Create/update ZIP files compatible with pkzip version 1 BUILD_DEPENDS= unzip-*:../../archivers/unzip +RESTRICTED= "Do not modify. Do not sell for profit." +NO_SRC_ON_CDROM=${RESTRICTED} +NO_BIN_ON_CDROM=${RESTRICTED} + EXTRACT_CMD= unzip -qo ${DOWNLOADED_DISTFILE} MAKEFILE= makefile |