diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-24 08:09:09 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-24 08:09:09 +0000 |
commit | 665cf70719539c559e7270d88ee935e2a4307409 (patch) | |
tree | 63664b77586f408d40837f0ecb89ac16d263c213 /java/tya | |
parent | Define int_t and uint_t on CURRENT too. This should fix tya and shujit on (diff) |
Claim maintainership.
Submitted by: jake (previous maintainer)
Notes
Notes:
svn path=/head/; revision=30985
Diffstat (limited to 'java/tya')
-rw-r--r-- | java/tya/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/tya/Makefile b/java/tya/Makefile index c31d4cef1375..8895546280e5 100644 --- a/java/tya/Makefile +++ b/java/tya/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://sax.sax.de/~adlibit/ DISTNAME= tya17v2 EXTRACT_SUFX= .tgz -MAINTAINER= jburkhol@home.com +MAINTAINER= sobomax@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/${JAVADIR}/bin/java:${PORTSDIR}/java/jdk |