diff options
author | tron <tron> | 2000-08-05 07:33:37 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-05 07:33:37 +0000 |
commit | 376a49c3a4c9557ddc27733659ebb569a50d162a (patch) | |
tree | 76b76ed1cbac0c3ba26d18c30ed6dd2f5d6563ff | |
parent | 598cd1ada90b17fcd80489c6887d2db236481712 (diff) | |
download | pkgsrc-376a49c3a4c9557ddc27733659ebb569a50d162a.tar.gz |
Plugins are installted into "lib/ethereal/plugins/${ETHEREAL_VERSION}".
-rw-r--r-- | net/ethereal/Makefile | 8 | ||||
-rw-r--r-- | net/ethereal/pkg/PLIST | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index e9278e74cfb..721fbbb34a8 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2000/08/05 06:48:55 tron Exp $ +# $NetBSD: Makefile,v 1.32 2000/08/05 07:33:37 tron Exp $ # -DISTNAME= ethereal-0.8.11 +DISTNAME= ethereal-${ETHEREAL_VERSION} CATEGORIES= net MASTER_SITES= http://ethereal.zing.org/distribution/ \ ftp://ftp.sunet.se/pub/network/monitoring/ethereal/ @@ -14,8 +14,10 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5 USE_X11= yes GNU_CONFIGURE= yes - EVAL_PREFIX+= GTKDIR=gtk+ CONFIGURE_ARGS+= --with-gtk-prefix="${GTKDIR}" +ETHEREAL_VERSION= 0.8.11 +PLIST_SUBST+= ETHEREAL_VERSION=${ETHEREAL_VERSION} + .include "../../mk/bsd.pkg.mk" diff --git a/net/ethereal/pkg/PLIST b/net/ethereal/pkg/PLIST index dc9dae1ee65..9218b886929 100644 --- a/net/ethereal/pkg/PLIST +++ b/net/ethereal/pkg/PLIST @@ -1,14 +1,14 @@ -@comment $NetBSD: PLIST,v 1.8 2000/07/05 21:52:44 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.9 2000/08/05 07:33:37 tron Exp $ bin/editcap bin/ethereal bin/tethereal etc/manuf -lib/ethereal/plugins/0.8.10/gryphon.la -lib/ethereal/plugins/0.8.10/libgryphon.a -lib/ethereal/plugins/0.8.10/libgryphon.so.0.0 +lib/ethereal/plugins/${ETHEREAL_VERSION}/gryphon.la +lib/ethereal/plugins/${ETHEREAL_VERSION}/libgryphon.a +lib/ethereal/plugins/${ETHEREAL_VERSION}/libgryphon.so.0.0 man/man1/editcap.1 man/man1/ethereal.1 man/man1/tethereal.1 -@dirrm lib/ethereal/plugins/0.8.10 +@dirrm lib/ethereal/plugins/${ETHEREAL_VERSION} @dirrm lib/ethereal/plugins @dirrm lib/ethereal |