diff options
author | nemoliu <nemoliu@FreeBSD.org> | 2007-04-30 14:27:41 +0800 |
---|---|---|
committer | nemoliu <nemoliu@FreeBSD.org> | 2007-04-30 14:27:41 +0800 |
commit | 08c17f69613ba87300339ace187ab8647701e6de (patch) | |
tree | aee1755454d7f76148d3ccc3b775bf2157ce74c3 /java/jboss5 | |
parent | 7365851ebc2bf8b5f9e39524a8a210ef4e3d6608 (diff) | |
download | freebsd-ports-gnome-08c17f69613ba87300339ace187ab8647701e6de.tar.gz freebsd-ports-gnome-08c17f69613ba87300339ace187ab8647701e6de.tar.zst freebsd-ports-gnome-08c17f69613ba87300339ace187ab8647701e6de.zip |
Use my @FreeBSD.org address.
Approved by: delphij (mentor)
Diffstat (limited to 'java/jboss5')
-rw-r--r-- | java/jboss5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jboss5/Makefile b/java/jboss5/Makefile index ec953be74cfe..089dca67f619 100644 --- a/java/jboss5/Makefile +++ b/java/jboss5/Makefile @@ -1,6 +1,6 @@ # ports collection makefile for: jboss5 # Date created: 7 May 2007 -# Whom: nemoliu@gmail.com <nemoliu@gmail.com> +# Whom: nemoliu@FreeBSD.org <nemoliu@gmail.com> # # $FreeBSD$ # @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:R}.Beta1-src -MAINTAINER= nemoliu@gmail.com +MAINTAINER= nemoliu@FreeBSD.org COMMENT= Open-source J2EE application server (5.x family) BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant |