aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Exporter-Lite
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-05-05 09:22:49 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-05-05 09:22:49 +0000
commit0f9bc37bf362c5d1455d37b32d84cd258958b3ef (patch)
tree241945023b3dce89cfe400d7113da11f21533689 /devel/p5-Exporter-Lite
parent4734325a2acee7006602bdc84bc6b94bb927ee13 (diff)
downloadports-0f9bc37bf362c5d1455d37b32d84cd258958b3ef.tar.gz
ports-0f9bc37bf362c5d1455d37b32d84cd258958b3ef.zip
(maintainer update) devel/p5-Exporter-Lite
Fix plist (and cleanup WWW and Makefile) This commit is not dedicated to the ()!@*#)(*!@ australians who think that watching Big Brother via the internet makes their life more worthwhile, while all it does is given me a 500ms second delay between my ISP and their upstream. PR: ports/51785 Submitted by: Mathieu Arnold <m@absolight.net>
Notes
Notes: svn path=/head/; revision=80162
Diffstat (limited to 'devel/p5-Exporter-Lite')
-rw-r--r--devel/p5-Exporter-Lite/Makefile1
-rw-r--r--devel/p5-Exporter-Lite/pkg-descr2
-rw-r--r--devel/p5-Exporter-Lite/pkg-plist7
3 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Exporter-Lite/Makefile b/devel/p5-Exporter-Lite/Makefile
index b32210f3a898..8a94437b1394 100644
--- a/devel/p5-Exporter-Lite/Makefile
+++ b/devel/p5-Exporter-Lite/Makefile
@@ -17,7 +17,6 @@ COMMENT= Lightweight exporting of variables
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Exporter::Lite.3
.include <bsd.port.mk>
diff --git a/devel/p5-Exporter-Lite/pkg-descr b/devel/p5-Exporter-Lite/pkg-descr
index d41ac4bdf8c2..4d24633d23ef 100644
--- a/devel/p5-Exporter-Lite/pkg-descr
+++ b/devel/p5-Exporter-Lite/pkg-descr
@@ -2,4 +2,4 @@ This is an alternative to Exporter intended to provide a lightweight
subset of its functionality. It supports import(), @EXPORT and @EXPORT_OK
and not a whole lot else.
-WWW: http://search.cpan.org/author/MSCHWERN/Exporter-Lite/
+WWW: http://search.cpan.org/dist/Exporter-Lite/
diff --git a/devel/p5-Exporter-Lite/pkg-plist b/devel/p5-Exporter-Lite/pkg-plist
index 27c3949db586..e211e1662c1a 100644
--- a/devel/p5-Exporter-Lite/pkg-plist
+++ b/devel/p5-Exporter-Lite/pkg-plist
@@ -1,3 +1,4 @@
-lib/perl5/site_perl/%%PERL_VER%%/Exporter/Lite.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Exporter/Lite/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Exporter/Lite
+%%SITE_PERL%%/Exporter/Lite.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Exporter/Lite/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Exporter/Lite
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Exporter 2>/dev/null || true