diff options
Diffstat (limited to 'net/ethereal/Makefile')
-rw-r--r-- | net/ethereal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index eb4a05d4bdb..70de9dfc560 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.116 2005/10/20 17:19:19 drochner Exp $ +# $NetBSD: Makefile,v 1.117 2005/10/25 11:32:04 salo Exp $ DISTNAME= ethereal-0.10.13 CATEGORIES= net @@ -15,6 +15,7 @@ MASTER_SITES= http://www.ethereal.com/distribution/ \ http://ftp.sunet.se/pub/network/monitoring/ethereal/ \ http://ethereal.netarc.jp/distribution/ \ ftp://ftp.ethereal.com/pub/ethereal/old-versions/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= frueauf@NetBSD.org HOMEPAGE= http://www.ethereal.com/ |