. Remove quotes from NO_CDROM and RESTRICTED. [1]

. Set IGNORE if NOPORTDOCS is set since this port only installs docs. [2]

Pointed out by:	portlint [1]
		QAT [2]
This commit is contained in:
Greg Lewis 2009-05-03 06:17:08 +00:00
parent fb55967ca4
commit 4b0771b443
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233144
3 changed files with 15 additions and 6 deletions

View file

@ -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.3.1

View file

@ -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

View file

@ -17,8 +17,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.5.0