diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-06-29 16:29:19 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-06-29 16:29:19 +0000 |
commit | d2101f2dd8dca97c1d1fa5dc408255ef1a114800 (patch) | |
tree | 21fd0e382e1d083542888e2bae8694d8f035c84e /java | |
parent | bc8b7ad6280d68ac02d185af048e8df9f78ed21e (diff) | |
download | ports-d2101f2dd8dca97c1d1fa5dc408255ef1a114800.tar.gz ports-d2101f2dd8dca97c1d1fa5dc408255ef1a114800.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/java-getopt/Makefile | 2 | ||||
-rw-r--r-- | java/jcalendar/Makefile | 2 | ||||
-rw-r--r-- | java/jcommon/Makefile | 2 | ||||
-rw-r--r-- | java/jfreechart/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/java/java-getopt/Makefile b/java/java-getopt/Makefile index fa3140c45f46..0567379a3fc2 100644 --- a/java/java-getopt/Makefile +++ b/java/java-getopt/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.urbanophile.com/pub/arenn/software/sources/ PKGNAMEPREFIX= java- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} -MAINTAINER= araujo@bsdmail.org +MAINTAINER= araujo@FreeBSD.org COMMENT= Java version of GNU getopt family functions USE_JAVA= yes diff --git a/java/jcalendar/Makefile b/java/jcalendar/Makefile index 99318cf49f41..d74aa96af37c 100644 --- a/java/jcalendar/Makefile +++ b/java/jcalendar/Makefile @@ -12,7 +12,7 @@ PORTREVISION= 1 CATEGORIES= java misc MASTER_SITES= http://www.toedter.com/download/ -MAINTAINER= araujo@bsdmail.org +MAINTAINER= araujo@FreeBSD.org COMMENT= Java Date Chooser USE_ZIP= yes diff --git a/java/jcommon/Makefile b/java/jcommon/Makefile index ae5f164c8f14..be7cfc06dd6d 100644 --- a/java/jcommon/Makefile +++ b/java/jcommon/Makefile @@ -13,7 +13,7 @@ CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= jfreechart -MAINTAINER= araujo@bsdmail.org +MAINTAINER= araujo@FreeBSD.org COMMENT= A collection of useful classes used by JFreeChart and JFreeReport USE_JAVA= yes diff --git a/java/jfreechart/Makefile b/java/jfreechart/Makefile index 67632bc7814b..4dd8e330a90c 100644 --- a/java/jfreechart/Makefile +++ b/java/jfreechart/Makefile @@ -13,7 +13,7 @@ CATEGORIES= java graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= araujo@bsdmail.org +MAINTAINER= araujo@FreeBSD.org COMMENT= A free Java class library for generating charts RUN_DEPENDS= ${JAVALIBDIR}/jcommon.jar:${PORTSDIR}/java/jcommon |