diff options
author | max <max@FreeBSD.org> | 1997-05-26 02:34:39 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-05-26 02:34:39 +0800 |
commit | c71f32b4aabef935ab6c04839fc26bbc20243665 (patch) | |
tree | e399795cea9a4e991e9596ea2213661910b4b4a5 | |
parent | fd667809dbefab0b8768926b95e655b937f1e32c (diff) | |
download | freebsd-ports-gnome-c71f32b4aabef935ab6c04839fc26bbc20243665.tar.gz freebsd-ports-gnome-c71f32b4aabef935ab6c04839fc26bbc20243665.tar.zst freebsd-ports-gnome-c71f32b4aabef935ab6c04839fc26bbc20243665.zip |
Fix typo in the MAINTAINER field.
PR: 3679
Submitted by: sanpei@yy.cs.keio.ac.jp
-rw-r--r-- | comms/snooper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile index 5fe387994cee..8bea5d9eb1bf 100644 --- a/comms/snooper/Makefile +++ b/comms/snooper/Makefile @@ -2,7 +2,7 @@ # Date created: 4 May 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.1.1.1 1997/05/20 06:11:15 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1997/05/20 06:23:49 asami Exp $ # DISTNAME= snooper.970212 @@ -10,7 +10,7 @@ PKGNAME= snooper-970212 CATEGORIES= comms MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/snooper/ -MAINTAINER= itojun.itojun.org +MAINTAINER= itojun@itojun.org WRKSRC= ${WRKDIR}/snooper/build HAS_CONFIGURE= yes |