aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-05-05 17:22:49 +0800
committeredwin <edwin@FreeBSD.org>2003-05-05 17:22:49 +0800
commita8598c909fbb07dd40e801cea2799edb37c8bcc6 (patch)
tree431830c0fc7899cb713dde129ba898fa90b602b2
parent6ea91b2aff16e93eba06ba3f28cfb912d25041bb (diff)
downloadfreebsd-ports-gnome-a8598c909fbb07dd40e801cea2799edb37c8bcc6.tar.gz
freebsd-ports-gnome-a8598c909fbb07dd40e801cea2799edb37c8bcc6.tar.zst
freebsd-ports-gnome-a8598c909fbb07dd40e801cea2799edb37c8bcc6.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>
-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