diff options
-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 |