summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2005-10-07 20:25:40 +0000
committerGreg Lewis <glewis@FreeBSD.org>2005-10-07 20:25:40 +0000
commit75047e4b587664f938b582408c874626197295ef (patch)
treed7244caf5b9eb8d8f7f18209a544029a8640c91e /textproc
parentUpdate to 1.95.1 (diff)
. Don't define PORTDOCS if NOPORTDOCS is defined.
Notes
Notes: svn path=/head/; revision=144529
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xml4j/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/xml4j/Makefile b/textproc/xml4j/Makefile
index 84a35f82259c..a95174699be1 100644
--- a/textproc/xml4j/Makefile
+++ b/textproc/xml4j/Makefile
@@ -23,9 +23,11 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME}
CONFLICTS= xerces-j-2.*
SAMPLES= dom sax simpletype socket ui xni xs
-PORTDOCS= *.html graphics images javadocs resources
JARFILES= resolver.jar xercesImpl.jar xercesSamples.jar xml-apis.jar xmlParserAPIs.jar
DATAFILES= personal-schema.xml personal.dtd personal.xml personal.xsd
+.if !defined(NOPORTDOCS)
+PORTDOCS= *.html graphics images javadocs resources
+.endif
PLIST_FILES= ${JARFILES:S,^,%%JAVAJARDIR%%/,} \
${DATAFILES:S,^,%%DATADIR%%/,}