diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-30 00:30:18 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-30 00:30:18 +0800 |
commit | c2188c666673eec8979fdd4224ee2e941e696784 (patch) | |
tree | a5327b66fcccbcb19b837f359541016b3ebe2a47 /net/ethereal | |
parent | 472125067411ca8ad482ca2881c454d0d26e5804 (diff) | |
download | freebsd-ports-gnome-c2188c666673eec8979fdd4224ee2e941e696784.tar.gz freebsd-ports-gnome-c2188c666673eec8979fdd4224ee2e941e696784.tar.zst freebsd-ports-gnome-c2188c666673eec8979fdd4224ee2e941e696784.zip |
o Upgrade to 0.8.15;
o USE_LIBTOOL instead of GNU_CONFIGURE;
o add manual manpage installation, this version doesn't install them by itself.
PR: 24578
Submitted by: Roman Shterenzon <roman@xpert.com>
Blessed by: maintainer
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 |