diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-07-30 22:30:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-07-30 22:30:46 +0000 |
commit | 696f004d54c90e85e9ac424a2d7dcfb8ae45135b (patch) | |
tree | 7bf659c3e8366d52ab8c675babd47c22068f20fa /editors | |
parent | 90bb470626b57c827358c0bdc1e7269b9c7a80c4 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/edith/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/edith/Makefile b/editors/edith/Makefile index 987a27e0776d..fa7d11b412e1 100644 --- a/editors/edith/Makefile +++ b/editors/edith/Makefile @@ -19,8 +19,7 @@ USE_LINUX= yes USE_X_PREFIX= yes ONLY_FOR_ARCHS= i386 -NO_CDROM= "Redistribution not allowed" -NO_PACKAGE= "Redistribution not allowed" +RESTRICTED= "Redistribution not allowed" NO_BUILD= yes MAN1= edith.1 |