diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 02:57:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 02:57:29 +0000 |
commit | 1ba7a747d5db6092e7627d3fc0d6f8e26ee6f534 (patch) | |
tree | 08cb97cca08d83f0008f076719fcd3d76bd4fd4b | |
parent | The qt variant is scheduled for removal on 2006-12-01 (diff) |
NO_PACKAGE is not intended use, rather RESTRICTED
Notes
Notes:
svn path=/head/; revision=172014
-rw-r--r-- | databases/ruby-dbdbd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/ruby-dbdbd/Makefile b/databases/ruby-dbdbd/Makefile index 8c22f91d47f3..632a21c8e52e 100644 --- a/databases/ruby-dbdbd/Makefile +++ b/databases/ruby-dbdbd/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= brooks@FreeBSD.org COMMENT= David Black's DataBase Definer -NO_PACKAGE= License only allows unchanged distributions +RESTRICTED= License only allows unchanged distributions USE_RUBY= yes NO_BUILD= yes |