1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add @unexec rmdir.

Submitted by:	Ying-Chieh Liao <ijliao@terry.dragon2.net> (maintainer)
PR:		ports/24241
This commit is contained in:
Jun Kuriyama 2001-01-12 00:14:36 +00:00
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

View File

@ -15,6 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ijliao@csie.nctu.edu.tw
USE_PERL5= YES
PERL_CONFIGURE= YES
MAN3= IO::AtomicFile.3 IO::InnerFile.3 IO::Lines.3 IO::Scalar.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}
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>

View File

@ -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%%/%%PERL_ARCH%%/auto/IO-stringy/.packlist
@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