diff options
author | danfe <danfe@FreeBSD.org> | 2016-11-14 11:15:03 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2016-11-14 11:15:03 +0800 |
commit | 001ad2e978cd474ba9737cc387ad33971244dad1 (patch) | |
tree | bb5ae18425703acfafa9b7ebb7f28ff3e2e09400 /irc/ircd-ratbox | |
parent | 1433e96df45e8657fe8389b5527cd2f15c04a379 (diff) | |
download | freebsd-ports-gnome-001ad2e978cd474ba9737cc387ad33971244dad1.tar.gz freebsd-ports-gnome-001ad2e978cd474ba9737cc387ad33971244dad1.tar.zst freebsd-ports-gnome-001ad2e978cd474ba9737cc387ad33971244dad1.zip |
- Remove redundant definitions of IPV6_DESC and [OPEN]SSL_DESC when closely
matching standard ones from `Mk/bsd.options.desc.mk'
- Rename couple of options to standard name or the one that better reflects
their usage
Diffstat (limited to 'irc/ircd-ratbox')
-rw-r--r-- | irc/ircd-ratbox/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/irc/ircd-ratbox/Makefile b/irc/ircd-ratbox/Makefile index f09196e0a2ef..b555ed15fa5a 100644 --- a/irc/ircd-ratbox/Makefile +++ b/irc/ircd-ratbox/Makefile @@ -52,8 +52,6 @@ PORTDOCS= [^i]*.txt README.* technical/[^i]*.txt Tao-of-IRC.* OPTIONS_DEFINE= OPENSSL IPV6 ZIPLINKS SHARED_MODS ASSERT SMALL_NET \ SERVICES SHORTCUTS -OPENSSL_DESC= Support OpenSSL encrypted connections -IPV6_DESC= Enable IPv6 support ZIPLINKS_DESC= Support compressed server links SHARED_MODS_DESC= Support shared modules ASSERT_DESC= Enable debugging code |