diff options
author | dmcmahill <dmcmahill> | 2000-05-12 16:07:33 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-05-12 16:07:33 +0000 |
commit | a331d988fe9ba93d5047e274965ce9211a5d6f04 (patch) | |
tree | 0f97a82ec620ffc1e024e3c78015131e4d62d8bf /math | |
parent | f51237a75242db899f87a5ce95ff2ed6c11ff464 (diff) | |
download | pkgsrc-a331d988fe9ba93d5047e274965ce9211a5d6f04.tar.gz |
make all pkgs for which I'm the maintainer point to my netbsd email.
Diffstat (limited to 'math')
-rw-r--r-- | math/grpn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/grpn/Makefile b/math/grpn/Makefile index e5aa0172b0b..f44c5295f38 100644 --- a/math/grpn/Makefile +++ b/math/grpn/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 1999/10/24 16:42:30 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/05/12 16:07:35 dmcmahill Exp $ # DISTNAME= grpn-1.1.0 CATEGORIES= math MASTER_SITES= ftp://wilkins.ne.mediaone.net/pub/ -MAINTAINER= mcmahill@alum.mit.edu +MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://wilkins.ne.mediaone.net/grpn.html DEPENDS+= gtk+-1.2.*:../../x11/gtk |