diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 02:29:34 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 02:29:34 +0000 |
commit | 136cc8f44fe06808a711d8d17b4a4edde5528fb2 (patch) | |
tree | b84ea78c60b31723859f75646bb5378e75c71abc /irc/thales | |
parent | 23b245ed039e9ae8b8b051e8d072451d35ed49d9 (diff) |
Add DOCS option where PORTDOCS appears in plist.
Notes
Notes:
svn path=/head/; revision=362018
Diffstat (limited to 'irc/thales')
-rw-r--r-- | irc/thales/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/thales/Makefile b/irc/thales/Makefile index 15baef49944e..b17de2b64256 100644 --- a/irc/thales/Makefile +++ b/irc/thales/Makefile @@ -16,7 +16,7 @@ USES= gmake USE_MYSQL= yes USE_RC_SUBR= thales -OPTIONS_DEFINE= MODES +OPTIONS_DEFINE= MODES DOCS OPTIONS_RADIO= IRCD OPTIONS_RADIO_IRCD= HYBRID IRCDRU UNREAL OPTIONS_DEFAULT=MODES UNREAL |