Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Oct 2020 23:07:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250053] lang/perl5.32: perl5.32-5.32.0 doesn't meet perl5>=5.32.r0<5.33
Message-ID:  <bug-250053-7788-WgEbJ6JVSC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250053-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-250053-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250053

--- Comment #16 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
I understand that it is not a good idea to keep writing where Status is Clo=
sed,
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}

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250053-7788-WgEbJ6JVSC>