diff options
author | Brian Somers <brian@FreeBSD.org> | 2002-03-13 11:31:08 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2002-03-13 11:31:08 +0000 |
commit | 820313fb80e37066624393c5e749c6d97c54e1ba (patch) | |
tree | f0c464d0fbb797f62c95887866c0999cea73f759 /net/arpwatch | |
parent | 75811ba0976d2d56d030fb7b0c6e77bb09365e0a (diff) | |
download | ports-820313fb80e37066624393c5e749c6d97c54e1ba.tar.gz ports-820313fb80e37066624393c5e749c6d97c54e1ba.zip |
Notes
Diffstat (limited to 'net/arpwatch')
-rw-r--r-- | net/arpwatch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/arpwatch/Makefile b/net/arpwatch/Makefile index 20ed2db0c165..500304699735 100644 --- a/net/arpwatch/Makefile +++ b/net/arpwatch/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: arpwatch # Date created: March 24 1997 -# Whom: Brian Somers <brian@Awfulhak.org> +# Whom: Brian Somers <brian@FreeBSD.org> # # $FreeBSD$ # @@ -13,7 +13,7 @@ MASTER_SITES= http://www.Awfulhak.org/arpwatch/ \ ftp://ftp.ee.lbl.gov/ DISTNAME= arpwatch-2.1a11 -MAINTAINER= brian@Awfulhak.org +MAINTAINER= brian@FreeBSD.org GNU_CONFIGURE= yes HAS_CONFIGURE= yes |