svn commit: r345881 - head/textproc/dtdparse

Mathieu Arnold mat at FreeBSD.org
Mon Feb 24 17:15:00 UTC 2014


Author: mat
Date: Mon Feb 24 17:14:59 2014
New Revision: 345881
URL: http://svnweb.freebsd.org/changeset/ports/345881
QAT: https://qat.redports.org/buildarchive/r345881/

Log:
  Staging.
  
  Sponsored by:	Absolight

Modified:
  head/textproc/dtdparse/Makefile
  head/textproc/dtdparse/pkg-plist

Modified: head/textproc/dtdparse/Makefile
==============================================================================
--- head/textproc/dtdparse/Makefile	Mon Feb 24 16:58:36 2014	(r345880)
+++ head/textproc/dtdparse/Makefile	Mon Feb 24 17:14:59 2014	(r345881)
@@ -16,8 +16,4 @@ RUN_DEPENDS=	p5-DelimMatch>=0:${PORTSDIR
 USES=		perl5
 USE_PERL5=	configure
 
-MAN1=		dtddiff2html.1 dtdformat.1 dtddiff.1 dtdparse.1 dtdflatten.1
-MAN3=		SGML::DTDParse::DTD.3 SGML::DTDParse.3 SGML::DTDParse::Util.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/dtdparse/pkg-plist
==============================================================================
--- head/textproc/dtdparse/pkg-plist	Mon Feb 24 16:58:36 2014	(r345880)
+++ head/textproc/dtdparse/pkg-plist	Mon Feb 24 17:14:59 2014	(r345881)
@@ -3,6 +3,14 @@ bin/dtddiff2html
 bin/dtdflatten
 bin/dtdformat
 bin/dtdparse
+man/man1/dtddiff2html.1.gz
+man/man1/dtdformat.1.gz
+man/man1/dtddiff.1.gz
+man/man1/dtdparse.1.gz
+man/man1/dtdflatten.1.gz
+%%PERL5_MAN3%%/SGML::DTDParse::DTD.3.gz
+%%PERL5_MAN3%%/SGML::DTDParse.3.gz
+%%PERL5_MAN3%%/SGML::DTDParse::Util.3.gz
 %%SITE_PERL%%/SGML/DTDParse/Catalog.pm
 %%SITE_PERL%%/SGML/DTDParse/ContentModel.pm
 %%SITE_PERL%%/SGML/DTDParse/DTD.pm


More information about the svn-ports-head mailing list