diff options
-rw-r--r-- | graphics/jgraph/Makefile | 2 | ||||
-rw-r--r-- | java/jgraph/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/graphics/jgraph/Makefile b/graphics/jgraph/Makefile index d40cb8d9aa66..811538ccba4d 100644 --- a/graphics/jgraph/Makefile +++ b/graphics/jgraph/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://web.eecs.utk.edu/~plank/plank/jgraph/ DISTFILES= ${PORTNAME}.shar.Z MAINTAINER= ports@FreeBSD.org -COMMENT= A program that generates postscript graphs +COMMENT= Generates postscript graphs NO_LATEST_LINK= yes EXTRACT_CMD= uncompress diff --git a/java/jgraph/Makefile b/java/jgraph/Makefile index 8f2b9c31a3b9..fa58ea7b77df 100644 --- a/java/jgraph/Makefile +++ b/java/jgraph/Makefile @@ -6,10 +6,11 @@ PORTVERSION= 5.13.0.4 CATEGORIES= java graphics MASTER_SITES= http://www.jgraph.com/downloads/jgraph/archive/ \ http://www.bayofrum.net/dist/jgraph/ +PKGNAMESUFFIX= -java EXTRACT_SUFX= .jar MAINTAINER= crees@FreeBSD.org -COMMENT= The Java Graph Diagram Component +COMMENT= Java Graph Diagram Component LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE |