OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 03-Oct-2006 16:33:46
Branch: HEAD Handle: 2006100315334600
Modified files:
openpkg-src/tcpdump tcpdump.spec
Log:
fix location of manual page under new Autoconf world order
Summary:
Revision Changes Path
1.49 +2 -1 openpkg-src/tcpdump/tcpdump.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tcpdump/tcpdump.spec
============================================================================
$ cvs diff -u -r1.48 -r1.49 tcpdump.spec
--- openpkg-src/tcpdump/tcpdump.spec 24 Sep 2006 13:37:00 -0000 1.48
+++ openpkg-src/tcpdump/tcpdump.spec 3 Oct 2006 14:33:46 -0000 1.49
@@ -33,7 +33,7 @@
Group: Capturing
License: GPL
Version: 3.9.5
-Release: 20060924
+Release: 20061003
# list of sources
Source0: http://www.tcpdump.org/release/tcpdump-%{version}.tar.gz
@@ -73,6 +73,7 @@
LDFLAGS="%{l_ldflags}" \
./configure \
--prefix=%{l_prefix} \
+ --mandir=%{l_prefix}/man \
--with-crypto
%{l_make} %{l_mflags -O}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]