svn commit: r556660 - head/irc/irssi

Fernando Apesteguía fernape at FreeBSD.org
Mon Nov 30 17:17:32 UTC 2020


Author: fernape
Date: Mon Nov 30 17:17:31 2020
New Revision: 556660
URL: https://svnweb.freebsd.org/changeset/ports/556660

Log:
  irc/irssi: Simplify PERL option handling.
  
  Use proper OPT_USE.
  
  Reported by:	mat@

Modified:
  head/irc/irssi/Makefile

Modified: head/irc/irssi/Makefile
==============================================================================
--- head/irc/irssi/Makefile	Mon Nov 30 16:51:57 2020	(r556659)
+++ head/irc/irssi/Makefile	Mon Nov 30 17:17:31 2020	(r556660)
@@ -53,11 +53,7 @@ TRUECOLOR_MESON_YES=	enable-true-color
 UTF8PROC_LIB_DEPENDS=	libutf8proc.so:textproc/utf8proc
 UTF8PROC_MESON_NO=	disable-utf8proc
 
-.include <bsd.port.options.mk>
-
-.if ! ${PORT_OPTIONS:MPERL}
-USE_PERL5=	build
-.endif
+PERL5_USE_OFF=	perl5=build
 
 post-install-PERL-off:
 	@${RM} -r ${STAGEDIR}${DATADIR}/scripts


More information about the svn-ports-all mailing list