diff options
author | obache <obache@pkgsrc.org> | 2009-10-26 05:18:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-10-26 05:18:30 +0000 |
commit | a2adacdd53ea2e7c58759840e6666285885effc9 (patch) | |
tree | 2408ebf90c78c4f9564fc2138b469cb5e4e92854 | |
parent | 195da2354b80abd683bf1882fd2862df8925600b (diff) | |
download | pkgsrc-a2adacdd53ea2e7c58759840e6666285885effc9.tar.gz |
empty LICENSE is not valid.
-rw-r--r-- | www/openjdk7-icedtea-plugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/openjdk7-icedtea-plugin/Makefile b/www/openjdk7-icedtea-plugin/Makefile index 63f2f453342..77e3e3829c2 100644 --- a/www/openjdk7-icedtea-plugin/Makefile +++ b/www/openjdk7-icedtea-plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/10/14 11:39:25 tnn Exp $ +# $NetBSD: Makefile,v 1.2 2009/10/26 05:18:30 obache Exp $ # DISTNAME= # from icedtea-extras.mk @@ -9,7 +9,7 @@ MASTER_SITES= # from icedtea-extras.mk MAINTAINER= tnn@NetBSD.org HOMEPAGE= http://icedtea.classpath.org/ COMMENT= Java browser plugin -LICENSE= # GPL2 + Classpath exception +#LICENSE= # GPL2 + Classpath exception PKG_DESTDIR_SUPPORT= user-destdir |