diff options
Diffstat (limited to 'java/java-tutorial/Makefile')
-rw-r--r-- | java/java-tutorial/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/java-tutorial/Makefile b/java/java-tutorial/Makefile index 512c91c72465..32142cb639d8 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} |