diff options
author | Ernst de Haan <znerd@FreeBSD.org> | 2004-04-15 23:16:48 +0000 |
---|---|---|
committer | Ernst de Haan <znerd@FreeBSD.org> | 2004-04-15 23:16:48 +0000 |
commit | 583ef52daf9566ee976c24012742723924b412e0 (patch) | |
tree | 69ebc149e83c08748cc981c85e92d29a0c00deaa /java/jdk12-doc | |
parent | - Removed non-existent download site metaverse.nl (diff) |
Slightly improved phrasing of RESTRICTED.
Notes
Notes:
svn path=/head/; revision=107171
Diffstat (limited to 'java/jdk12-doc')
-rw-r--r-- | java/jdk12-doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jdk12-doc/Makefile b/java/jdk12-doc/Makefile index 8c31224a3e42..6d7b2a088e33 100644 --- a/java/jdk12-doc/Makefile +++ b/java/jdk12-doc/Makefile @@ -18,7 +18,7 @@ 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 software is under license and export control." +RESTRICTED= "This documentation is under license and export control." WRKSRC= ${WRKDIR}/jdk${JDK_VERSION:C/_.*\$//g}/docs JDK_VERSION= 1.2.2_006 |