diff options
author | vs <vs@FreeBSD.org> | 2004-03-10 13:16:50 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-03-10 13:16:50 +0000 |
commit | 66e9a290d9561243b7ed5cefbdd76378a7c3a672 (patch) | |
tree | 5e60eed8c4520c8dc29715ba273ade81c11c8791 /java/gj | |
parent | 936c5b74ef31cd17a3421fa32fee3c77aad07116 (diff) | |
download | FreeBSD-ports-66e9a290d9561243b7ed5cefbdd76378a7c3a672.zip FreeBSD-ports-66e9a290d9561243b7ed5cefbdd76378a7c3a672.tar.gz |
- Update MAINTAINER-line of my ports to new @FreeBSD.org address
- Nuke 2x USE_SIZE while here
Approved by: linimon (mentor)
Diffstat (limited to 'java/gj')
-rw-r--r-- | java/gj/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/gj/Makefile b/java/gj/Makefile index 669fa40..7f779d0 100644 --- a/java/gj/Makefile +++ b/java/gj/Makefile @@ -11,7 +11,7 @@ CATEGORIES= java MASTER_SITES= http://www.cis.unisa.edu.au/~pizza/gj/Distribution/ DISTNAME= gjdist${GJDIST} -MAINTAINER= stolz@i2.informatik.rwth-aachen.de +MAINTAINER= vs@FreeBSD.org COMMENT= Extension of the Java programming language that supports generic types WRKSRC= ${WRKDIR}/gj |