diff options
author | nsayer <nsayer@FreeBSD.org> | 2000-12-09 00:02:55 +0000 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2000-12-09 00:02:55 +0000 |
commit | e6e69b4db5152cfcc556707ecb03908529aced3c (patch) | |
tree | 7cfa9bbac6b09959755d6752758e7672109a237d | |
parent | cfadc3dafb16ffecca08cd8da6d2dae8b58d1ca6 (diff) | |
download | FreeBSD-ports-e6e69b4db5152cfcc556707ecb03908529aced3c.zip FreeBSD-ports-e6e69b4db5152cfcc556707ecb03908529aced3c.tar.gz |
Update e-mail address.
-rw-r--r-- | math/calctool/Makefile | 2 | ||||
-rw-r--r-- | security/identify/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/calctool/Makefile b/math/calctool/Makefile index 718e720..501091c 100644 --- a/math/calctool/Makefile +++ b/math/calctool/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} DISTNAME= calctool-2.4pl13 MASTER_SITE_SUBDIR= nsayer -MAINTAINER= nsayer@quack.kfu.com +MAINTAINER= nsayer@freebsd.org USE_X_PREFIX= yes MAN1= calctool.1 diff --git a/security/identify/Makefile b/security/identify/Makefile index a94acb9..9755746 100644 --- a/security/identify/Makefile +++ b/security/identify/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.7 CATEGORIES= security MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/tools/ -MAINTAINER= nsayer@quack.kfu.com +MAINTAINER= nsayer@freebsd.org BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident |