mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
. 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:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue