diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-01 14:00:14 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-01 14:00:14 +0000 |
commit | 357a1b39d2aa6d172a908d805edab80d716fb7ee (patch) | |
tree | 0a62bacc29615a8ea4c7e1c1e17ca85df2cb0c66 /net-libs/libpcap | |
parent | new TODO comments (extensive) (diff) | |
download | gentoo-2-357a1b39d2aa6d172a908d805edab80d716fb7ee.tar.gz gentoo-2-357a1b39d2aa6d172a908d805edab80d716fb7ee.tar.bz2 gentoo-2-357a1b39d2aa6d172a908d805edab80d716fb7ee.zip |
*** empty log message ***
Diffstat (limited to 'net-libs/libpcap')
-rw-r--r-- | net-libs/libpcap/libpcap-0.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libpcap/libpcap-0.6.1.ebuild b/net-libs/libpcap/libpcap-0.6.1.ebuild index 2a50a48e5830..951a9cb0fb5f 100644 --- a/net-libs/libpcap/libpcap-0.6.1.ebuild +++ b/net-libs/libpcap/libpcap-0.6.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-0.6.1.ebuild,v 1.1 2001/04/29 17:11:14 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-0.6.1.ebuild,v 1.2 2001/06/01 14:00:14 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -21,7 +21,7 @@ src_compile() { src_install() { dodir /usr/share/man/man3 try make prefix=${D}/usr mandir=${D}/usr/share/man install - dodoc CREDITS CHANGES FILES README VERSION + dodoc CREDITS CHANGES FILES README* VERSION } |