diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-11-22 16:36:31 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-11-22 16:36:31 +0800 |
commit | 619dae1345ab0f492e92a4a51c563b272a477367 (patch) | |
tree | ccfa3ce8798ede8c01b970d33e7ee8f2b047b001 /textproc/p5-XML-SAX-Machines | |
parent | e632778ed8cc1e7a65051c4b7751f8c22d1e3ce5 (diff) | |
download | freebsd-ports-gnome-619dae1345ab0f492e92a4a51c563b272a477367.tar.gz freebsd-ports-gnome-619dae1345ab0f492e92a4a51c563b272a477367.tar.zst freebsd-ports-gnome-619dae1345ab0f492e92a4a51c563b272a477367.zip |
- use PORTEXAMPLES and EXAMPLESDIR as appropiate and fix plist for -DNO*
- bump PORTREVISION
Approved by: maintainer timeout on QAT BotMail
Prompted by: QAT QA run
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%% |