diff options
author | Ernst de Haan <znerd@FreeBSD.org> | 2002-05-07 19:24:20 +0000 |
---|---|---|
committer | Ernst de Haan <znerd@FreeBSD.org> | 2002-05-07 19:24:20 +0000 |
commit | 24d56662b7271eb7ce46e0327ff6dbc4596e56ae (patch) | |
tree | bf14143d528d79dd33ae49b483d6d4fffbc02aeb /java | |
parent | 3f7018e9b3d8ad5c72cc28775c78b9c9e4416e87 (diff) | |
download | ports-24d56662b7271eb7ce46e0327ff6dbc4596e56ae.tar.gz ports-24d56662b7271eb7ce46e0327ff6dbc4596e56ae.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/janosvm/Makefile | 2 | ||||
-rw-r--r-- | java/java-tutorial/Makefile | 2 | ||||
-rw-r--r-- | java/javel/Makefile | 2 | ||||
-rw-r--r-- | java/jdk-tutorial/Makefile | 2 | ||||
-rw-r--r-- | java/mmake/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/java/janosvm/Makefile b/java/janosvm/Makefile index 482acb0c98cd..e037e0a7cab0 100644 --- a/java/janosvm/Makefile +++ b/java/janosvm/Makefile @@ -12,7 +12,7 @@ PORTREVISION= 1 CATEGORIES= java MASTER_SITES= http://www.cs.utah.edu/flux/janos/${DISTNAME}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= znerd@FreeBSD.org USE_XLIB= yes GNU_CONFIGURE= yes diff --git a/java/java-tutorial/Makefile b/java/java-tutorial/Makefile index 78ce9592d6b6..cbda39463e71 100644 --- a/java/java-tutorial/Makefile +++ b/java/java-tutorial/Makefile @@ -12,7 +12,7 @@ CATEGORIES= java MASTER_SITES= ftp://ftp.javasoft.com/docs/ DISTNAME= tutorial -MAINTAINER= ports@freebsd.org +MAINTAINER= znerd@FreeBSD.org NO_WRKSUBDIR= yes RESTRICTED= "This software is under license and export control." diff --git a/java/javel/Makefile b/java/javel/Makefile index 674421523b8b..717b6fb7753e 100644 --- a/java/javel/Makefile +++ b/java/javel/Makefile @@ -12,7 +12,7 @@ CATEGORIES= java MASTER_SITES= http://www.geocities.com/l.gregoire/ DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= znerd@FreeBSD.org NO_WRKSUBDIR= yes MAKEFILE= makefile diff --git a/java/jdk-tutorial/Makefile b/java/jdk-tutorial/Makefile index 78ce9592d6b6..cbda39463e71 100644 --- a/java/jdk-tutorial/Makefile +++ b/java/jdk-tutorial/Makefile @@ -12,7 +12,7 @@ CATEGORIES= java MASTER_SITES= ftp://ftp.javasoft.com/docs/ DISTNAME= tutorial -MAINTAINER= ports@freebsd.org +MAINTAINER= znerd@FreeBSD.org NO_WRKSUBDIR= yes RESTRICTED= "This software is under license and export control." diff --git a/java/mmake/Makefile b/java/mmake/Makefile index 8708ed70df61..966fbe2c4d52 100644 --- a/java/mmake/Makefile +++ b/java/mmake/Makefile @@ -11,7 +11,7 @@ PORTVERSION= 2.2.1 CATEGORIES= java devel MASTER_SITES= http://www.tildeslash.com/mmake/dist/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= znerd@FreeBSD.org BUILD_DEPENDS= jikes:${PORTSDIR}/java/jikes RUN_DEPENDS= ${BUILD_DEPENDS} |