diff options
author | Issei Suzuki <issei@FreeBSD.org> | 2002-02-16 05:32:08 +0000 |
---|---|---|
committer | Issei Suzuki <issei@FreeBSD.org> | 2002-02-16 05:32:08 +0000 |
commit | 69d5c395463670d69479918d59233b456492599b (patch) | |
tree | 7405a94f874a899d84637de2a1a8cf5cd7535b26 /math | |
parent | Remove the dependency to imake since this is now taken care of (diff) |
Remove myself from MAINTAINER
Notes
Notes:
svn path=/head/; revision=54769
Diffstat (limited to 'math')
-rw-r--r-- | math/topaz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/topaz/Makefile b/math/topaz/Makefile index 3ae05f8f33e6..ae5a0fdd5513 100644 --- a/math/topaz/Makefile +++ b/math/topaz/Makefile @@ -11,7 +11,7 @@ CATEGORIES= math MASTER_SITES= http://hp.vector.co.jp/authors/VA007663/topaz/bin/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/}-src -MAINTAINER= issei@FreeBSD.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt |