From d5108db9b0f6645a130a1365c31d4fa20310f633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Apestegu=C3=ADa?= Date: Mon, 30 Nov 2020 17:17:31 +0000 Subject: irc/irssi: Simplify PERL option handling. Use proper OPT_USE. Reported by: mat@ --- irc/irssi/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'irc') diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile index 44686bfc4eab..e22cb91bc11a 100644 --- a/irc/irssi/Makefile +++ b/irc/irssi/Makefile @@ -53,11 +53,7 @@ TRUECOLOR_MESON_YES= enable-true-color UTF8PROC_LIB_DEPENDS= libutf8proc.so:textproc/utf8proc UTF8PROC_MESON_NO= disable-utf8proc -.include - -.if ! ${PORT_OPTIONS:MPERL} -USE_PERL5= build -.endif +PERL5_USE_OFF= perl5=build post-install-PERL-off: @${RM} -r ${STAGEDIR}${DATADIR}/scripts -- cgit v1.2.3