diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-05-25 18:34:39 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-05-25 18:34:39 +0000 |
commit | 2df99e4b28f1e447376079508b75852ef4363da7 (patch) | |
tree | 6f61893f10bebb46632d47b6cb87c68e16575ca9 | |
parent | Use the file in CPAN as distfile instead of one I created. (diff) |
Fix typo in the MAINTAINER field.
PR: 3679
Submitted by: sanpei@yy.cs.keio.ac.jp
Notes
Notes:
svn path=/head/; revision=6564
-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 |