svn commit: r302486 - head/irc/irssi

Vanilla I. Shu vanilla at FreeBSD.org
Tue Aug 14 00:31:27 UTC 2012


Author: vanilla
Date: Tue Aug 14 00:31:26 2012
New Revision: 302486
URL: http://svn.freebsd.org/changeset/ports/302486

Log:
  use some default desc from bsd.options.desc.mk.
  
  Submitted by:	crees@

Modified:
  head/irc/irssi/Makefile

Modified: head/irc/irssi/Makefile
==============================================================================
--- head/irc/irssi/Makefile	Mon Aug 13 23:46:32 2012	(r302485)
+++ head/irc/irssi/Makefile	Tue Aug 14 00:31:26 2012	(r302486)
@@ -27,10 +27,7 @@ WANT_PERL=	yes
 MAN1=		irssi.1
 
 OPTIONS_DEFINE=	PERL PROXY SOCKS IPV6 BOT
-PERL_DESC=	Perl support
-PROXY_DESC=	Proxy support
 SOCKS_DESC=	Socks proxy support
-IPV6_DESC=	IPV6 support
 BOT_DESC=	Bot support
 OPTIONS_DEFAULT=	PERL IPV6
 



More information about the svn-ports-all mailing list