diff options
Diffstat (limited to 'textproc/p5-XML-SAX-Machines')
-rw-r--r-- | textproc/p5-XML-SAX-Machines/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-XML-SAX-Machines/pkg-plist | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/textproc/p5-XML-SAX-Machines/Makefile b/textproc/p5-XML-SAX-Machines/Makefile index cad67a2ad5f4..e2e83dc6926c 100644 --- a/textproc/p5-XML-SAX-Machines/Makefile +++ b/textproc/p5-XML-SAX-Machines/Makefile @@ -7,6 +7,7 @@ PORTNAME= XML-SAX-Machines PORTVERSION= 0.41 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -27,7 +28,7 @@ MAN3= XML::Filter::Distributor.3 XML::Filter::DocSplitter.3 \ XML::SAX::Manifold.3 XML::SAX::Pipeline.3 XML::SAX::Tap.3 post-install: -.ifndef(NOPORTDOCS) +.ifndef(NOPORTEXAMPLES) @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" @${MKDIR} ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR} diff --git a/textproc/p5-XML-SAX-Machines/pkg-plist b/textproc/p5-XML-SAX-Machines/pkg-plist index eb5fd805bf15..45e41aaf83e6 100644 --- a/textproc/p5-XML-SAX-Machines/pkg-plist +++ b/textproc/p5-XML-SAX-Machines/pkg-plist @@ -20,8 +20,8 @@ @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAX/Machines @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAX @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML -%%EXAMPLESDIR%%/append_to_xml_file -%%EXAMPLESDIR%%/output_to_process -%%EXAMPLESDIR%%/xml_records_thru_libxslt -%%EXAMPLESDIR%%/xml_records_to_data_structures -@dirrm %%EXAMPLESDIR%% +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/append_to_xml_file +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/output_to_process +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml_records_thru_libxslt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xml_records_to_data_structures +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |