diff options
author | pav <pav@FreeBSD.org> | 2004-11-15 06:26:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-15 06:26:11 +0800 |
commit | e3e32dfda4ac63db605290237469bdd0da2b6a16 (patch) | |
tree | 880c8555e60fe9f83b9cf0fabe8ace77507db7fe /security/xspy | |
parent | 55cbef42508a42c9388251cf9bd6b30a3be5f32e (diff) | |
download | freebsd-ports-gnome-e3e32dfda4ac63db605290237469bdd0da2b6a16.tar.gz freebsd-ports-gnome-e3e32dfda4ac63db605290237469bdd0da2b6a16.tar.zst freebsd-ports-gnome-e3e32dfda4ac63db605290237469bdd0da2b6a16.zip |
- Update maintainer's email address
PR: ports/73939
Submitted by: Yonatan <onatan@gmail.com> (maintainer)
Diffstat (limited to 'security/xspy')
-rw-r--r-- | security/xspy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/xspy/Makefile b/security/xspy/Makefile index ed94864cd46b..b69ba39b1a54 100644 --- a/security/xspy/Makefile +++ b/security/xspy/Makefile @@ -1,6 +1,6 @@ # Ports collection makefile for: xspy # Date created: Jan 11 2003 -# Whom: Yonatan <Yonatan@xpert.com> +# Whom: Yonatan <onatan@gmail.com> # # $FreeBSD$ # @@ -10,7 +10,7 @@ PORTVERSION= 1.0c CATEGORIES= security MASTER_SITES= http://www.acm.vt.edu/~jmaxwell/programs/xspy/ -MAINTAINER= Yonatan@xpert.com +MAINTAINER= onatan@gmail.com COMMENT= A utility for monitoring keystrokes on remote X servers WRKSRC= ${WRKDIR}/${PORTNAME} |