diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-08-14 12:20:38 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-08-14 12:20:38 +0000 |
commit | 00f056e77caca6f53fdf2603ddfa1fe114fe09d4 (patch) | |
tree | 059221398eacfb4f7ca871c776f7331fedf3d2e9 /java/java-tutorial | |
parent | SpeedCrunch is a multiplatform desktop calculator for power users. (diff) |
Mark IGNORE if NOPORTDOCS is defined since this port cosist only of docs.
Diffstat (limited to 'java/java-tutorial')
-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} |