diff options
-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 |