diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-11-30 17:17:31 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-11-30 17:17:31 +0000 |
commit | d5108db9b0f6645a130a1365c31d4fa20310f633 (patch) | |
tree | ed55eaf6f8b3f25fa7ae9e23b8ec060c75e0e131 /irc | |
parent | 932d09c6ae22503971d92720ddf3c382812e0389 (diff) | |
download | freebsd-ports-d5108db9b0f6645a130a1365c31d4fa20310f633.zip |
irc/irssi: Simplify PERL option handling.
Use proper OPT_USE.
Reported by: mat@
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irssi/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
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 <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 |