svn commit: r343113 - head/textproc/p5-XML-Rewrite

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 6 16:20:30 UTC 2014


Author: ehaupt
Date: Thu Feb  6 16:20:29 2014
New Revision: 343113
URL: http://svnweb.freebsd.org/changeset/ports/343113
QAT: https://qat.redports.org/buildarchive/r343113/

Log:
  Support staging.

Modified:
  head/textproc/p5-XML-Rewrite/Makefile
  head/textproc/p5-XML-Rewrite/pkg-plist

Modified: head/textproc/p5-XML-Rewrite/Makefile
==============================================================================
--- head/textproc/p5-XML-Rewrite/Makefile	Thu Feb  6 16:18:37 2014	(r343112)
+++ head/textproc/p5-XML-Rewrite/Makefile	Thu Feb  6 16:20:29 2014	(r343113)
@@ -19,9 +19,4 @@ BUILD_DEPENDS:=	${RUN_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN1=	xmlrewrite.1
-MAN3=	XML::Rewrite.3 \
-	XML::Rewrite::Schema.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/p5-XML-Rewrite/pkg-plist
==============================================================================
--- head/textproc/p5-XML-Rewrite/pkg-plist	Thu Feb  6 16:18:37 2014	(r343112)
+++ head/textproc/p5-XML-Rewrite/pkg-plist	Thu Feb  6 16:20:29 2014	(r343113)
@@ -1,9 +1,12 @@
 bin/xmlrewrite
+man/man1/xmlrewrite.1.gz
 %%SITE_PERL%%/XML/Rewrite.pm
 %%SITE_PERL%%/XML/Rewrite.pod
 %%SITE_PERL%%/XML/Rewrite/Schema.pm
 %%SITE_PERL%%/XML/Rewrite/Schema.pod
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Rewrite/.packlist
+%%PERL5_MAN3%%/XML::Rewrite.3.gz
+%%PERL5_MAN3%%/XML::Rewrite::Schema.3.gz
 @dirrmtry %%SITE_PERL%%/XML/Rewrite
 @dirrmtry %%SITE_PERL%%/XML
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Rewrite


More information about the svn-ports-all mailing list