diff options
author | jtb <jtb> | 2001-06-04 17:12:42 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-06-04 17:12:42 +0000 |
commit | 126d54a578c10118fd0748691ed6454563724808 (patch) | |
tree | a3cb04ba30ac80aa4611cb286566c3df24104c39 /archivers/zip1 | |
parent | aa684bd7b88f33be334dafc494b97aaa1f126104 (diff) | |
download | pkgsrc-126d54a578c10118fd0748691ed6454563724808.tar.gz |
Add necessary restrictions.
Excerpt from the README file in the source code distribution:
Permission is granted to any individual or institution to use, copy, or
redistribute this software so long as all of the original files are included
unmodified, that it is not sold for profit, and that this copyright notice
is retained.
Diffstat (limited to 'archivers/zip1')
-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 |