diff options
author | perky <perky@FreeBSD.org> | 2002-11-02 12:33:43 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-11-02 12:33:43 +0800 |
commit | 8bed100128838cd0b73bda8862cd2dfe7c17f0be (patch) | |
tree | 596bea6602563aefb765cd92970adf349c7b2698 /security | |
parent | 03956b6370d7b4f48fb94531a6f3d9d0a36cd2ff (diff) | |
download | freebsd-ports-gnome-8bed100128838cd0b73bda8862cd2dfe7c17f0be.tar.gz freebsd-ports-gnome-8bed100128838cd0b73bda8862cd2dfe7c17f0be.tar.zst freebsd-ports-gnome-8bed100128838cd0b73bda8862cd2dfe7c17f0be.zip |
Fix typoes on MAINTAINER address.
Submitted by: Dominic Marks <D.Marks@student.umist.ac.uk>
Diffstat (limited to 'security')
-rw-r--r-- | security/fragroute/Makefile | 4 | ||||
-rw-r--r-- | security/john/Makefile | 2 | ||||
-rw-r--r-- | security/nmap/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile index a45915edd67f..a401e4cd2ceb 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: fragroute # Date created: 19 May 2002 -# Whom: Dominic Marks <d.marks@students.umist.ac.uk> +# Whom: Dominic Marks <d.marks@student.umist.ac.uk> # # $FreeBSD$ # @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= http://monkey.org/~dugsong/fragroute/ -MAINTAINER= d.marks@students.umist.ac.uk +MAINTAINER= d.marks@student.umist.ac.uk BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent diff --git a/security/john/Makefile b/security/john/Makefile index 39416b797c6c..b6c9f44d0aaa 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.ca.openwall.com/pub/projects/john/ \ ftp://ftp.false.com/pub/security/projects/ \ http://www.false.com/security/john/ -MAINTAINER= d.marks@students.umist.ac.uk +MAINTAINER= d.marks@student.umist.ac.uk .include <bsd.port.pre.mk> diff --git a/security/nmap/Makefile b/security/nmap/Makefile index e4d2ee752464..7376b6dbb949 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> |