Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2013 03:31:20 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328247 - head/archivers/p5-Archive-Zip
Message-ID:  <201309250331.r8P3VKBp064335@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309250331.r8P3VKBp064335>