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 | 88d77a6b8f4d2c9f20c69c6143dad05f9f5b388a (patch) | |
tree | a75f4f45ba3ad9079ef4f55711f9cc029c8aa12b /net-libs | |
parent | new TODO comments (extensive) (diff) | |
download | historical-88d77a6b8f4d2c9f20c69c6143dad05f9f5b388a.tar.gz historical-88d77a6b8f4d2c9f20c69c6143dad05f9f5b388a.tar.bz2 historical-88d77a6b8f4d2c9f20c69c6143dad05f9f5b388a.zip |
*** empty log message ***
Diffstat (limited to 'net-libs')
-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 } |