diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-21 20:53:08 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-21 20:53:08 +0000 |
commit | 68171b19384f34bc18cc4fe1a12e6774e699b2f5 (patch) | |
tree | 28643e1ea4b768ec1a861650c48379fc06719936 /comms/snooper | |
parent | 39efe62d77b9d6e00c8e34b3aea9dd56db7e9ce8 (diff) |
Notes
Diffstat (limited to 'comms/snooper')
-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 d4e8d0963251..36c76528120e 100644 --- a/comms/snooper/Makefile +++ b/comms/snooper/Makefile @@ -9,10 +9,10 @@ PORTNAME= snooper PORTVERSION= 1999.12.02 PORTREVISION= 1 CATEGORIES= comms -MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/snooper/ +MASTER_SITES= http://www.alaskaparadise.com/freebsd/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= Serial line protocol analyzer (need two serial interfaces) WRKSRC= ${WRKDIR}/${PORTNAME}/build |