diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2009-03-25 21:30:21 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2009-03-25 21:30:21 +0000 |
commit | 0577b0977377971876a358d98fe492042d335421 (patch) | |
tree | 552d1b4eef5cd103d6ccc123ce559a0d590389be | |
parent | 084eb845b5d986fa124c8958ad051f0679115f07 (diff) | |
download | ports-0577b0977377971876a358d98fe492042d335421.tar.gz ports-0577b0977377971876a358d98fe492042d335421.zip |
Notes
-rw-r--r-- | java/jdk16-doc/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/java/jdk16-doc/Makefile b/java/jdk16-doc/Makefile index 30f4de660dac..f4afbf2dda4a 100644 --- a/java/jdk16-doc/Makefile +++ b/java/jdk16-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.6.0 |