diff options
author | glewis <glewis@FreeBSD.org> | 2007-10-07 12:35:08 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2007-10-07 12:35:08 +0800 |
commit | f17d3551cc280a48ec8573324d671884e770f8a5 (patch) | |
tree | 51c61d7fee5058014e7edd32d18e66fcdd37279f /java | |
parent | 81bd66971838ebdae24c390c0ed693f06eaed11e (diff) | |
download | freebsd-ports-gnome-f17d3551cc280a48ec8573324d671884e770f8a5.tar.gz freebsd-ports-gnome-f17d3551cc280a48ec8573324d671884e770f8a5.tar.zst freebsd-ports-gnome-f17d3551cc280a48ec8573324d671884e770f8a5.zip |
. Don't quote NO_CDROM or RESTRICTED to make portlint a little happier.
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} |