diff options
-rw-r--r-- | LEGAL | 2 | ||||
-rw-r--r-- | graphics/jpgraph2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -149,7 +149,7 @@ jdk-6*-i586.bin java/linux-sun-jdk16 Redistribution of repackaged binaries not jdk-7*-i586.tar.gz java/linux-sun-jdk17 Redistribution of repackaged binaries not permitted jfbuild_src_* games/jfsw Must be distributed only through the Internet and free of charge jmf-*-alljava.zip java/jmf Redistribution of pre-compiled binaries is not permitted -jpgraph-2.* graphics/jpgraph2 Not for commercial use +jpgraph-2.* graphics/jpgraph2 The free version cannot be used in a commercial context jre-6*-i586.bin java/linux-sun-jre16 License does not allow distribution with fee jre-7*-i586.tar.gz java/linux-sun-jre17 License does not allow distribution with fee jta-*.zip java/jta See the license diff --git a/graphics/jpgraph2/Makefile b/graphics/jpgraph2/Makefile index 016e6982c09f..5885a54c8a99 100644 --- a/graphics/jpgraph2/Makefile +++ b/graphics/jpgraph2/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 3.0.7 CATEGORIES= graphics MASTER_SITES= http://hem.bredband.net/jpgraph2/ -MAINTAINER= ale@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Draw both "quick and dirty" graphs with a minimum of code USE_BZIP2= yes |