diff options
author | perky <perky@FreeBSD.org> | 2002-11-02 04:33:43 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-11-02 04:33:43 +0000 |
commit | 8bed100128838cd0b73bda8862cd2dfe7c17f0be (patch) | |
tree | 596bea6602563aefb765cd92970adf349c7b2698 /security/nmap | |
parent | 03956b6370d7b4f48fb94531a6f3d9d0a36cd2ff (diff) | |
download | FreeBSD-ports-8bed100128838cd0b73bda8862cd2dfe7c17f0be.zip FreeBSD-ports-8bed100128838cd0b73bda8862cd2dfe7c17f0be.tar.gz |
Fix typoes on MAINTAINER address.
Submitted by: Dominic Marks <D.Marks@student.umist.ac.uk>
Diffstat (limited to 'security/nmap')
-rw-r--r-- | security/nmap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index e4d2ee7..7376b6d 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://download.insecure.org/nmap/dist/ \ DISTNAME= nmap-${PORTVERSION:S/.b/BETA/} EXTRACT_SUFX= .tgz -MAINTAINER= d.marks@students.umist.ac.uk +MAINTAINER= d.marks@student.umist.ac.uk .include <bsd.port.pre.mk> |