diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 11 | ||||
-rw-r--r-- | net/ethereal/files/md5 | 4 |
2 files changed, 10 insertions, 5 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index e0a6586cffd..b872c225110 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2000/12/08 10:56:03 tron Exp $ +# $NetBSD: Makefile,v 1.40 2001/01/12 12:13:10 itojun Exp $ # -ETHEREAL_VERSION= 0.8.14 +ETHEREAL_VERSION= 0.8.15 DISTNAME= ethereal-${ETHEREAL_VERSION} CATEGORIES= net MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \ @@ -11,7 +11,7 @@ MAINTAINER= frueauf@netbsd.org HOMEPAGE= http://www.ethereal.com/ DEPENDS+= gtk+-1.2.*:../../x11/gtk -DEPENDS+= ucd-snmp>=4.1.2:../../net/ucd-snmp +#DEPENDS+= ucd-snmp>=4.1.2:../../net/ucd-snmp BUILD_DEPENDS+= ${PERL5}:../../lang/perl5-base USE_X11= YES @@ -28,4 +28,9 @@ LIBS+= -lcrypto PLIST_SUBST+= ETHEREAL_VERSION=${ETHEREAL_VERSION} +post-install: + ${INSTALL_MAN} ${WRKSRC}/editcap.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/ethereal.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/tethereal.1 ${PREFIX}/man/man1 + .include "../../mk/bsd.pkg.mk" diff --git a/net/ethereal/files/md5 b/net/ethereal/files/md5 index 0f014774c0b..d3533ddd00b 100644 --- a/net/ethereal/files/md5 +++ b/net/ethereal/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.22 2000/11/23 21:29:23 abs Exp $ +$NetBSD: md5,v 1.23 2001/01/12 12:13:10 itojun Exp $ -MD5 (ethereal-0.8.14.tar.gz) = 470dd018c417a4bd31f1fafdc57cfe06 +MD5 (ethereal-0.8.15.tar.gz) = eb6d5e17ac03921bbeb3c4577397db95 |