aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-stringy
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2001-01-12 00:14:36 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2001-01-12 00:14:36 +0000
commit1be3b796ff578839c7e10f30f05e742a777f14c9 (patch)
treed990d9f2c6cf6e4f38aba6a25a4177f0591fa79a /devel/p5-IO-stringy
parent8400046413ca304f1942a3e2abeab848a411b700 (diff)
downloadports-1be3b796ff578839c7e10f30f05e742a777f14c9.tar.gz
ports-1be3b796ff578839c7e10f30f05e742a777f14c9.zip
Add @unexec rmdir.
Submitted by: Ying-Chieh Liao <ijliao@terry.dragon2.net> (maintainer) PR: ports/24241
Notes
Notes: svn path=/head/; revision=37111
Diffstat (limited to 'devel/p5-IO-stringy')
-rw-r--r--devel/p5-IO-stringy/Makefile4
-rw-r--r--devel/p5-IO-stringy/pkg-plist1
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-IO-stringy/Makefile b/devel/p5-IO-stringy/Makefile
index 9cee361b6b02..cb562b7b3283 100644
--- a/devel/p5-IO-stringy/Makefile
+++ b/devel/p5-IO-stringy/Makefile
@@ -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>
diff --git a/devel/p5-IO-stringy/pkg-plist b/devel/p5-IO-stringy/pkg-plist
index 26fce5d58631..73620cddb3ac 100644
--- a/devel/p5-IO-stringy/pkg-plist
+++ b/devel/p5-IO-stringy/pkg-plist
@@ -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