aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-SAX-Machines
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-11-22 08:36:31 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-11-22 08:36:31 +0000
commit29da39342a392f5d22702e03a886c17de7f2d388 (patch)
treec4388ce8082516d1d3b30e928ff7bbc47b07f505 /textproc/p5-XML-SAX-Machines
parentfb40493251c85604cb80a3d2dd534f2760077767 (diff)
downloadports-29da39342a392f5d22702e03a886c17de7f2d388.tar.gz
ports-29da39342a392f5d22702e03a886c17de7f2d388.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
Notes
Notes: svn path=/head/; revision=223179
Diffstat (limited to 'textproc/p5-XML-SAX-Machines')
-rw-r--r--textproc/p5-XML-SAX-Machines/Makefile3
-rw-r--r--textproc/p5-XML-SAX-Machines/pkg-plist10
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%%