diff options
author | jtb <jtb> | 2001-06-08 01:16:45 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-06-08 01:16:45 +0000 |
commit | b543ab28294e7ce49ba0d4ab0cd780a663e46f27 (patch) | |
tree | de93cb13023cf1046dc0edc1569507086183ca4d | |
parent | 87dce03a5378daad4c38bc5a04bfb17e565389ca (diff) | |
download | pkgsrc-b543ab28294e7ce49ba0d4ab0cd780a663e46f27.tar.gz |
Add license and restrictions.
From the README:
Distribution without fee is permitted as long as all
copyright notices are included.
-rw-r--r-- | misc/fep/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/fep/Makefile b/misc/fep/Makefile index ec02be91d3c..cc54dfda13e 100644 --- a/misc/fep/Makefile +++ b/misc/fep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/17 18:09:01 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/06/08 01:16:45 jtb Exp $ # FreeBSD Id: Makefile,v 1.2 1996/11/11 05:49:31 obrien Exp # @@ -10,6 +10,11 @@ MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/ MAINTAINER= nobu@psrc.isac.co.jp COMMENT= General purpose front end for command line editing +LICENSE= limited-redistribution +RESTRICTED= Do not redistribute for a fee +NO_SRC_ON_CDROM=${RESTRICTED} +NO_BIN_ON_CDROM=${RESTRICTED} + NO_WRKSUBDIR= yes MANCOMPRESSED= yes |