summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2008-06-08 09:04:28 +0000
committerAlex Dupre <ale@FreeBSD.org>2008-06-08 09:04:28 +0000
commite7a6f09777732517d874292e39e13241cd6468b9 (patch)
tree041542ce0390f0fb6d23cabf377c2c62a58a4a51 /java
parentFixed: wmcpuload exit with message "error extracting symbols" (diff)
Set IGNORE if NOPORTDOCS is set: this port installs only documentation.
Notes
Notes: svn path=/head/; revision=214487
Diffstat (limited to 'java')
-rw-r--r--java/langspec/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/langspec/Makefile b/java/langspec/Makefile
index 10e95cf560aa..372095f5ca55 100644
--- a/java/langspec/Makefile
+++ b/java/langspec/Makefile
@@ -18,6 +18,10 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}
PORTDOCS= *
+.if defined(NOPORTDOCS)
+IGNORE= installs *only* documentation, unset NOPORTDOCS
+.endif
+
do-install:
@${ECHO} -n ">> Installing documentation in ${DOCSDIR}..."
@${MKDIR} ${DOCSDIR}