diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-10-07 04:35:08 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-10-07 04:35:08 +0000 |
commit | 603644e762c8a17021b7d2b3726f34d99f6cabdf (patch) | |
tree | ccf3d0b9242fa924ee5af33e1e2cc8a6713eea9c /java | |
parent | f08f4b47c2e0f62699ada508a7f7ce876c36e338 (diff) | |
download | ports-603644e762c8a17021b7d2b3726f34d99f6cabdf.tar.gz ports-603644e762c8a17021b7d2b3726f34d99f6cabdf.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/linux-sun-jdk16/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/linux-sun-jdk16/Makefile b/java/linux-sun-jdk16/Makefile index e8a0ff0ea635..2e98b414d9f3 100644 --- a/java/linux-sun-jdk16/Makefile +++ b/java/linux-sun-jdk16/Makefile @@ -19,8 +19,8 @@ COMMENT= Sun Java Development Kit 1.6 for Linux EXTRACT_DEPENDS=${LINUX_BASE_PORT} RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper -NO_CDROM= "License does not allow distribution with fee" -RESTRICTED= "Redistribution of repackaged binaries not permitted" +NO_CDROM= License does not allow distribution with fee +RESTRICTED= Redistribution of repackaged binaries not permitted LATEST_LINK= linux-sun-jdk16 WRKSRC= ${WRKDIR}/jdk${DL_JDK_VERSION} |