[Bug 250053] lang/perl5.32: perl5.32-5.32.0 doesn't meet perl5>=5.32.r0<5.33

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Oct 9 23:07:54 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250053

--- Comment #16 from Tatsuki Makino <tatsuki_makino at hotmail.com> ---
I understand that it is not a good idea to keep writing where Status is Closed,
but this is the last one :)

The post-clean target should be rewritten to always remove, I think.

.if exists(${_PERL5_DEFAULT_FILE})
post-clean:
    @${RM} ${_PERL5_DEFAULT_FILE}
.endif

post-clean:
    @[ -e ${_PERL5_DEFAULT_FILE} ] && ${RM} ${_PERL5_DEFAULT_FILE}

post-clean:
    @${RM} ${_PERL5_DEFAULT_FILE} || ${TRUE}

post-clean:
    @-${RM} ${_PERL5_DEFAULT_FILE}

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list