mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add @unexec rmdir.
Submitted by: Ying-Chieh Liao <ijliao@terry.dragon2.net> (maintainer) PR: ports/24241
This commit is contained in:
parent
8400046413
commit
1be3b796ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37111
2 changed files with 2 additions and 3 deletions
|
@ -15,6 +15,7 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= ijliao@csie.nctu.edu.tw
|
MAINTAINER= ijliao@csie.nctu.edu.tw
|
||||||
|
|
||||||
USE_PERL5= YES
|
USE_PERL5= YES
|
||||||
|
PERL_CONFIGURE= YES
|
||||||
|
|
||||||
MAN3= IO::AtomicFile.3 IO::InnerFile.3 IO::Lines.3 IO::Scalar.3 \
|
MAN3= IO::AtomicFile.3 IO::InnerFile.3 IO::Lines.3 IO::Scalar.3 \
|
||||||
IO::ScalarArray.3 IO::Stringy.3 \
|
IO::ScalarArray.3 IO::Stringy.3 \
|
||||||
|
@ -22,7 +23,4 @@ MAN3= IO::AtomicFile.3 IO::InnerFile.3 IO::Lines.3 IO::Scalar.3 \
|
||||||
|
|
||||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||||
|
|
||||||
do-configure:
|
|
||||||
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -8,3 +8,4 @@ lib/perl5/site_perl/%%PERL_VER%%/IO/Wrap.pm
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/IO/WrapTie.pm
|
lib/perl5/site_perl/%%PERL_VER%%/IO/WrapTie.pm
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO-stringy/.packlist
|
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO-stringy/.packlist
|
||||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO-stringy
|
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO-stringy
|
||||||
|
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/IO 2>/dev/null || true
|
||||||
|
|
Loading…
Add table
Reference in a new issue