diff options
author | jtb <jtb> | 2001-06-04 17:08:20 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-06-04 17:08:20 +0000 |
commit | aa684bd7b88f33be334dafc494b97aaa1f126104 (patch) | |
tree | b1ea3b3d6a63e9185cbcd3bb58deeff144597f60 /archivers | |
parent | e69d11ae2f06f89dfe69c2fd0e98f3e0657da829 (diff) | |
download | pkgsrc-aa684bd7b88f33be334dafc494b97aaa1f126104.tar.gz |
The `xbinunix.c' file states:
* (c) 1984 Brown University
* may be used but not sold without permission
Add the appropriate restrictions.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/xbin/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/xbin/Makefile b/archivers/xbin/Makefile index 5ce9fae401f..0d1a5eb402d 100644 --- a/archivers/xbin/Makefile +++ b/archivers/xbin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/16 13:15:42 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/06/04 17:08:20 jtb Exp $ # DISTNAME= ${PRGNAME}unix @@ -11,6 +11,10 @@ DISTFILES= ${DISTNAME}.c ${PRGNAME}.man MAINTAINER= rh@netbsd.org COMMENT= convert mailable BinHex format into binary +RESTRICTED= "May not be sold without permission" +NO_SRC_ON_CDROM=${RESTRICTED} +NO_BIN_ON_CDROM=${RESTRICTED} + PRGNAME= xbin EXTRACT_ONLY= # blank |