diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2007-07-06 12:55:45 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2007-07-06 22:56:06 +0200 |
commit | f110eca28481bce73e186b2e23243512fa5b25ce (patch) | |
tree | dd023083791f5fd8cc4a03ba6c5f00baa9096fe2 /wireshark/Pkgfile | |
parent | f7d9018fd303491f976a478e0ce45bfbc09f3304 (diff) | |
download | opt-f110eca28481bce73e186b2e23243512fa5b25ce.tar.gz opt-f110eca28481bce73e186b2e23243512fa5b25ce.tar.xz |
wireshark: updated to 0.99.6.
Diffstat (limited to 'wireshark/Pkgfile')
-rw-r--r-- | wireshark/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wireshark/Pkgfile b/wireshark/Pkgfile index e8bdde330..a6cb22616 100644 --- a/wireshark/Pkgfile +++ b/wireshark/Pkgfile @@ -6,7 +6,7 @@ # Nice to have: libpcre name=wireshark -version=0.99.5 +version=0.99.6 release=1 source=(http://www.$name.org/download/src/$name-$version.tar.bz2) @@ -14,6 +14,7 @@ build() { cd $name-$version ./configure --prefix=/usr \ + --mandir=/usr/man \ --with-plugins=/usr/lib/$name/plugins \ --disable-nls \ --enable-snmp \ |