1
0
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:
Greg Lewis 2009-03-25 21:30:21 +00:00
parent 084eb845b5
commit 0577b09773
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231014

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.6.0