mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00: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
084eb845b5
commit
0577b09773
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231014
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user