svn commit: r343115 - head/textproc/p5-XML-Rules

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 6 16:23:22 UTC 2014


Author: ehaupt
Date: Thu Feb  6 16:23:21 2014
New Revision: 343115
URL: http://svnweb.freebsd.org/changeset/ports/343115
QAT: https://qat.redports.org/buildarchive/r343115/

Log:
  Support staging.

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

Modified: head/textproc/p5-XML-Rules/Makefile
==============================================================================
--- head/textproc/p5-XML-Rules/Makefile	Thu Feb  6 16:22:32 2014	(r343114)
+++ head/textproc/p5-XML-Rules/Makefile	Thu Feb  6 16:23:21 2014	(r343115)
@@ -15,7 +15,4 @@ BUILD_DEPENDS:=	${RUN_DEPENDS}
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN3=	XML::Rules.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/p5-XML-Rules/pkg-plist
==============================================================================
--- head/textproc/p5-XML-Rules/pkg-plist	Thu Feb  6 16:22:32 2014	(r343114)
+++ head/textproc/p5-XML-Rules/pkg-plist	Thu Feb  6 16:23:21 2014	(r343115)
@@ -1,4 +1,5 @@
 bin/dtd2XMLRules.pl
 bin/xml2XMLRules.pl
 %%SITE_PERL%%/XML/Rules.pm
+%%PERL5_MAN3%%/XML::Rules.3.gz
 @dirrmtry %%SITE_PERL%%/XML


More information about the svn-ports-all mailing list