diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-29 16:30:18 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-29 16:30:18 +0000 |
commit | 20b6c78ca56c02142fcf30313506f36bd4b9a7b3 (patch) | |
tree | 198ebffbbb6df7ef98426012e325d339345b012b /net/ethereal | |
parent | 2624e5c522fa76a7997dd59b43333c70d81a105a (diff) | |
download | ports-20b6c78ca56c02142fcf30313506f36bd4b9a7b3.tar.gz ports-20b6c78ca56c02142fcf30313506f36bd4b9a7b3.zip |
Notes
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/Makefile | 10 | ||||
-rw-r--r-- | net/ethereal/distinfo | 2 | ||||
-rw-r--r-- | net/ethereal/pkg-plist | 4 |
3 files changed, 9 insertions, 7 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 30aa4905161b..636d2f4ccc01 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ethereal -PORTVERSION= 0.8.14 +PORTVERSION= 0.8.15 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \ ftp://gd.tuwien.ac.at/infosys/security/ethereal/ \ @@ -17,10 +17,16 @@ MAINTAINER= billf@FreeBSD.org USE_X_PREFIX= yes USE_GTK= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LIBTOOLFILES= configure epan/configure wiretap/configure CONFIGURE_ARGS+= --enable-snmp=no PLIST_SUB= PORTVERSION=${PORTVERSION} MAN1= ethereal.1 tethereal.1 editcap.1 +pre-install: +.for i in ${MAN1} + ${INSTALL_MAN} ${WRKSRC}/${i} ${PREFIX}/man/man1 +.endfor + .include <bsd.port.mk> diff --git a/net/ethereal/distinfo b/net/ethereal/distinfo index d42d81e6df61..9061fde344b8 100644 --- a/net/ethereal/distinfo +++ b/net/ethereal/distinfo @@ -1 +1 @@ -MD5 (ethereal-0.8.14.tar.gz) = 470dd018c417a4bd31f1fafdc57cfe06 +MD5 (ethereal-0.8.15.tar.gz) = eb6d5e17ac03921bbeb3c4577397db95 diff --git a/net/ethereal/pkg-plist b/net/ethereal/pkg-plist index 92887c65cbc6..7398ab2ed178 100644 --- a/net/ethereal/pkg-plist +++ b/net/ethereal/pkg-plist @@ -2,11 +2,7 @@ bin/editcap bin/ethereal bin/tethereal etc/manuf -lib/ethereal/plugins/%%PORTVERSION%%/gryphon.a -lib/ethereal/plugins/%%PORTVERSION%%/gryphon.la lib/ethereal/plugins/%%PORTVERSION%%/gryphon.so -lib/ethereal/plugins/%%PORTVERSION%%/mgcp.a -lib/ethereal/plugins/%%PORTVERSION%%/mgcp.la lib/ethereal/plugins/%%PORTVERSION%%/mgcp.so @dirrm lib/ethereal/plugins/%%PORTVERSION%% @dirrm lib/ethereal/plugins |