svn commit: r328247 - head/archivers/p5-Archive-Zip

Vanilla I. Shu vanilla at FreeBSD.org
Wed Sep 25 03:31:20 UTC 2013


Author: vanilla
Date: Wed Sep 25 03:31:19 2013
New Revision: 328247
URL: http://svnweb.freebsd.org/changeset/ports/328247

Log:
  Support stage.

Modified:
  head/archivers/p5-Archive-Zip/Makefile
  head/archivers/p5-Archive-Zip/pkg-plist

Modified: head/archivers/p5-Archive-Zip/Makefile
==============================================================================
--- head/archivers/p5-Archive-Zip/Makefile	Wed Sep 25 03:26:07 2013	(r328246)
+++ head/archivers/p5-Archive-Zip/Makefile	Wed Sep 25 03:31:19 2013	(r328247)
@@ -13,8 +13,5 @@ COMMENT=	Perl module to create, manipula
 
 USES=		perl5
 USE_PERL5=	configure
-NO_STAGE=	yes
-
-MAN3=		Archive::Zip.3 Archive::Zip::Tree.3 Archive::Zip::FAQ.3 Archive::Zip::MemberRead.3
 
 .include <bsd.port.mk>

Modified: head/archivers/p5-Archive-Zip/pkg-plist
==============================================================================
--- head/archivers/p5-Archive-Zip/pkg-plist	Wed Sep 25 03:26:07 2013	(r328246)
+++ head/archivers/p5-Archive-Zip/pkg-plist	Wed Sep 25 03:31:19 2013	(r328247)
@@ -1,4 +1,8 @@
 bin/crc32
+%%PERL5_MAN3%%/Archive::Zip.3.gz
+%%PERL5_MAN3%%/Archive::Zip::FAQ.3.gz
+%%PERL5_MAN3%%/Archive::Zip::MemberRead.3.gz
+%%PERL5_MAN3%%/Archive::Zip::Tree.3.gz
 %%SITE_PERL%%/Archive/Zip.pm
 %%SITE_PERL%%/Archive/Zip/Archive.pm
 %%SITE_PERL%%/Archive/Zip/DirectoryMember.pm


More information about the svn-ports-all mailing list