diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2000-07-14 02:02:37 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2000-07-14 02:02:37 +0000 |
commit | a5b837d9dd14321d31c2d46bb33963aa82248d96 (patch) | |
tree | 5ce28bacddcf1f65f494c655a4cf10951060eb2b /net/ethereal | |
parent | df1f78d4befe3b5050493f8c152b2ef65816ddae (diff) | |
download | FreeBSD-ports-a5b837d9dd14321d31c2d46bb33963aa82248d96.zip FreeBSD-ports-a5b837d9dd14321d31c2d46bb33963aa82248d96.tar.gz |
Use %%PORTVERSION%% for plugins directory.
Approved by: billf (maintainer)
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ethereal/pkg-plist b/net/ethereal/pkg-plist index adaa4bc..06ddb08 100644 --- a/net/ethereal/pkg-plist +++ b/net/ethereal/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 |