diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-26 08:50:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-26 08:50:44 +0000 |
commit | 7acb6aaaf387d92f1c780019707b82e24eca7f59 (patch) | |
tree | fa5eb47257ba00bf523281b2c98953c78fe44f2e /net-misc/netkit-bootpd | |
parent | dont copyright config files (diff) | |
download | historical-7acb6aaaf387d92f1c780019707b82e24eca7f59.tar.gz historical-7acb6aaaf387d92f1c780019707b82e24eca7f59.tar.bz2 historical-7acb6aaaf387d92f1c780019707b82e24eca7f59.zip |
dont compress manpages
Package-Manager: portage-2.1.2-r3
Diffstat (limited to 'net-misc/netkit-bootpd')
-rw-r--r-- | net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild b/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild index ce6078b03071..3f8a4678abf3 100644 --- a/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild +++ b/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild,v 1.22 2006/06/04 12:26:44 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-0.17-r1.ebuild,v 1.23 2007/01/26 08:43:25 vapier Exp $ MY_PN=${PN/pd/paramd} S=${WORKDIR}/${MY_PN}-${PV} DESCRIPTION="Netkit - bootp" -SRC_URI="mirror://debian/pool/main/n/netkit-bootparamd/${MY_PN}_${PV}.orig.tar.gz" HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/" +SRC_URI="mirror://debian/pool/main/n/netkit-bootparamd/${MY_PN}_${PV}.orig.tar.gz" -KEYWORDS="x86 sparc ppc mips" -IUSE="" LICENSE="BSD" SLOT="0" +KEYWORDS="x86 sparc ppc mips" +IUSE="" src_compile() { ./configure || die @@ -20,10 +20,10 @@ src_compile() { src_install() { into /usr - dosbin rpc.bootparamd/bootparamd + dosbin rpc.bootparamd/bootparamd || die dosym bootparamd /usr/sbin/rpc.bootparamd doman rpc.bootparamd/bootparamd.8 - dosym bootparamd.8.gz /usr/share/man/man8/rpc.bootparamd.8.gz + dosym bootparamd.8 /usr/share/man/man8/rpc.bootparamd.8 doman rpc.bootparamd/bootparams.5 dodoc README ChangeLog newdoc rpc.bootparamd/README README.bootparamd |