svn commit: r328597 - head/archivers/p5-Archive-Any
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Sep 28 17:12:13 UTC 2013
Author: sunpoet
Date: Sat Sep 28 17:12:12 2013
New Revision: 328597
URL: http://svnweb.freebsd.org/changeset/ports/328597
Log:
- Support STAGEDIR
Modified:
head/archivers/p5-Archive-Any/Makefile
head/archivers/p5-Archive-Any/pkg-plist (contents, props changed)
Modified: head/archivers/p5-Archive-Any/Makefile
==============================================================================
--- head/archivers/p5-Archive-Any/Makefile Sat Sep 28 16:59:55 2013 (r328596)
+++ head/archivers/p5-Archive-Any/Makefile Sat Sep 28 17:12:12 2013 (r328597)
@@ -24,9 +24,5 @@ TEST_DEPENDS= p5-Test-Perl-Critic>=0:${P
USES= perl5
USE_PERL5= configure
-NO_STAGE= yes
-
-MAN3= Archive::Any.3 Archive::Any::Plugin.3 \
- Archive::Any::Plugin::Tar.3 Archive::Any::Plugin::Zip.3
.include <bsd.port.mk>
Modified: head/archivers/p5-Archive-Any/pkg-plist
==============================================================================
--- head/archivers/p5-Archive-Any/pkg-plist Sat Sep 28 16:59:55 2013 (r328596)
+++ head/archivers/p5-Archive-Any/pkg-plist Sat Sep 28 17:12:12 2013 (r328597)
@@ -3,6 +3,10 @@
%%SITE_PERL%%/Archive/Any/Plugin/Tar.pm
%%SITE_PERL%%/Archive/Any/Plugin/Zip.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Any/.packlist
+%%PERL5_MAN3%%/Archive::Any.3.gz
+%%PERL5_MAN3%%/Archive::Any::Plugin.3.gz
+%%PERL5_MAN3%%/Archive::Any::Plugin::Tar.3.gz
+%%PERL5_MAN3%%/Archive::Any::Plugin::Zip.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Any
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive
@dirrmtry %%SITE_PERL%%/Archive/Any/Plugin
More information about the svn-ports-head
mailing list