diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-30 23:58:14 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-30 23:58:14 +0000 |
commit | 70635e88ab712424e96d70efab8a8e4fe2fd0900 (patch) | |
tree | c1c045f053bb963ebf6ee11e1eaceb5d5fafb1ae /editors/uemacs | |
parent | Update to 2.2.11. (diff) |
Mark uemacs NO_CDROM:
MicroEMACS 4.0 can be copied and distributed freely for any
non-commercial purposes. Commercial users may use MicroEMACS
4.0 inhouse. Shareware distributors may redistribute
MicroEMACS 4.0 for media costs only. MicroEMACS 4.0 can only
be incorporated into commercial software or resold with the
permission of the current author.
Submitted by: imp
Notes
Notes:
svn path=/head/; revision=105738
Diffstat (limited to 'editors/uemacs')
-rw-r--r-- | editors/uemacs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile index 29be7110b779..631855c24700 100644 --- a/editors/uemacs/Makefile +++ b/editors/uemacs/Makefile @@ -15,6 +15,8 @@ DISTNAME= ue400dev MAINTAINER= ports@FreeBSD.org COMMENT= A full screen editor +NO_CDROM= "Resale allowed for media cost only" + USE_REINPLACE= yes NO_WRKSUBDIR= yes USE_ZIP= yes |