diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2009-05-03 06:17:08 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2009-05-03 06:17:08 +0000 |
commit | 4b0771b44383ffe636d63ce80636aad5a1856eeb (patch) | |
tree | 8472eb62a3877ff200cf1ef80d7ada7efabf6f48 /java/jdk14-doc | |
parent | fb55967ca46b694a6d63689cedce972a0a0e3aa2 (diff) | |
download | ports-4b0771b44383ffe636d63ce80636aad5a1856eeb.tar.gz ports-4b0771b44383ffe636d63ce80636aad5a1856eeb.zip |
Notes
Diffstat (limited to 'java/jdk14-doc')
-rw-r--r-- | java/jdk14-doc/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/java/jdk14-doc/Makefile b/java/jdk14-doc/Makefile index 63d3ef36618a..e2d72d12a9b7 100644 --- a/java/jdk14-doc/Makefile +++ b/java/jdk14-doc/Makefile @@ -16,8 +16,11 @@ COMMENT= Java Development Kit ${JDK_MAJOR_VER} Documentation LATEST_LINK= jdk${JDK_CONCAT_VER}-doc DOCSDIR?= ${PREFIX}/share/doc/jdk${JDK_MAJOR_VER} -NO_CDROM= "License does not allow distribution with fee." -RESTRICTED= "This documentation is under license and export control." +NO_CDROM= License does not allow distribution with fee. +RESTRICTED= This documentation is under license and export control. +.if defined(NOPORTDOCS) +IGNORE= port only installs documentation +.endif WRKSRC= ${WRKDIR}/docs JDK_VERSION= 1.4.2 |