diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-05 09:22:49 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-05 09:22:49 +0000 |
commit | 0f9bc37bf362c5d1455d37b32d84cd258958b3ef (patch) | |
tree | 241945023b3dce89cfe400d7113da11f21533689 | |
parent | unbreak "make package" (diff) |
(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
-rw-r--r-- | devel/p5-Exporter-Lite/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Exporter-Lite/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-Exporter-Lite/pkg-plist | 7 |
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 |