Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 1280 | Differences between
and this patch

Collapse All | Expand All

(-)libnet-1.0.2a.ebuild (-2 / +2 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2001 Gentoo Technologies, Inc.
1
# Copyright 1999-2002 Gentoo Technologies, Inc.
2
# Distributed under the terms of the GNU General Public License, v2 or later
2
# Distributed under the terms of the GNU General Public License, v2 or later
3
# Author Ben Lutgens <lamer@gentoo.org>
3
# Author Ben Lutgens <lamer@gentoo.org>
4
# /space/gentoo/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a.ebuild,v 1.1 2001/08/16 04:15:22 lamer Exp
4
# /space/gentoo/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a.ebuild,v 1.1 2001/08/16 04:15:22 lamer Exp
Lines 24-30 Link Here
24
	
24
	
25
	# try make prefix=${D}/usr install
25
	# try make prefix=${D}/usr install
26
26
27
    try make DESTDIR=${D} MAN_DIR=${D}/usr/share/man install
27
    try make DESTDIR=${D} MAN_PREFIX=/usr/share/man install
28
	 dodoc VERSION doc/{README,TODO*,CHANGELOG*,COPYING}
28
	 dodoc VERSION doc/{README,TODO*,CHANGELOG*,COPYING}
29
	 newdoc README README.1st
29
	 newdoc README README.1st
30
	 dodoc example/libnet*
30
	 dodoc example/libnet*

Return to bug 1280