diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2000-07-14 10:02:37 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2000-07-14 10:02:37 +0800 |
commit | a5b837d9dd14321d31c2d46bb33963aa82248d96 (patch) | |
tree | 5ce28bacddcf1f65f494c655a4cf10951060eb2b /net/wireshark | |
parent | df1f78d4befe3b5050493f8c152b2ef65816ddae (diff) | |
download | freebsd-ports-gnome-a5b837d9dd14321d31c2d46bb33963aa82248d96.tar.gz freebsd-ports-gnome-a5b837d9dd14321d31c2d46bb33963aa82248d96.tar.zst freebsd-ports-gnome-a5b837d9dd14321d31c2d46bb33963aa82248d96.zip |
Use %%PORTVERSION%% for plugins directory.
Approved by: billf (maintainer)
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/wireshark/pkg-plist b/net/wireshark/pkg-plist index adaa4bc48c0f..06ddb086d8ae 100644 --- a/net/wireshark/pkg-plist +++ b/net/wireshark/pkg-plist @@ -2,9 +2,9 @@ bin/editcap bin/ethereal bin/tethereal etc/manuf -lib/ethereal/plugins/0.8.7/gryphon.la -lib/ethereal/plugins/0.8.7/gryphon.a -lib/ethereal/plugins/0.8.7/gryphon.so -@dirrm lib/ethereal/plugins/0.8.7 +lib/ethereal/plugins/%%PORTVERSION%%/gryphon.la +lib/ethereal/plugins/%%PORTVERSION%%/gryphon.a +lib/ethereal/plugins/%%PORTVERSION%%/gryphon.so +@dirrm lib/ethereal/plugins/%%PORTVERSION%% @dirrm lib/ethereal/plugins @dirrm lib/ethereal |