summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2007-08-14 12:20:38 +0000
committeritetcu <itetcu@FreeBSD.org>2007-08-14 12:20:38 +0000
commit07049d317ac70b72759453d33a8ec720ebc5e688 (patch)
treeee8c3bd0b570686aa71f198690844d4c8d4e6e4a /java
parent40b9f15eb783086c4f3999739b1970a98a3f1409 (diff)
downloadFreeBSD-ports-07049d317ac70b72759453d33a8ec720ebc5e688.zip
FreeBSD-ports-07049d317ac70b72759453d33a8ec720ebc5e688.tar.gz
Mark IGNORE if NOPORTDOCS is defined since this port cosist only of docs.
Diffstat (limited to 'java')
-rw-r--r--java/java-tutorial/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/java-tutorial/Makefile b/java/java-tutorial/Makefile
index 512c91c..32142cb 100644
--- a/java/java-tutorial/Makefile
+++ b/java/java-tutorial/Makefile
@@ -24,6 +24,10 @@ PORTDOCS= *
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
+.ifdef NOPORTDOCS
+IGNORE= this port is only documentation, please undefine NOPORTDOCS and try again
+.endif
+
do-install:
@${ECHO_MSG} -n ">> Creating directory ${DOCSDIR}..."
@${MKDIR} ${DOCSDIR}
OpenPOWER on IntegriCloud