diff options
-rw-r--r-- | app-text/fdftk/fdftk-6.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libdnet/libdnet-1.8.ebuild | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/app-text/fdftk/fdftk-6.0-r1.ebuild b/app-text/fdftk/fdftk-6.0-r1.ebuild index c0842bc21191..87ed918ea25a 100644 --- a/app-text/fdftk/fdftk-6.0-r1.ebuild +++ b/app-text/fdftk/fdftk-6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/fdftk/fdftk-6.0-r1.ebuild,v 1.4 2004/07/15 03:49:53 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/fdftk/fdftk-6.0-r1.ebuild,v 1.5 2004/07/21 19:54:38 mr_bones_ Exp $ MY_P="FDFToolkitForUnix" At="${MY_P}.tar.gz" @@ -16,7 +16,7 @@ RESTRICT="fetch nostrip nomirror" #DEPEND="virtual/libc # perl? ( dev-lang/perl )" -#IUSE="perl" +IUSE="" S=${WORKDIR}/${MY_P} diff --git a/dev-libs/libdnet/libdnet-1.8.ebuild b/dev-libs/libdnet/libdnet-1.8.ebuild index 63562657b3a2..8f0c7d19a7eb 100644 --- a/dev-libs/libdnet/libdnet-1.8.ebuild +++ b/dev-libs/libdnet/libdnet-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.8.ebuild,v 1.1 2004/07/16 18:05:12 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.8.ebuild,v 1.2 2004/07/21 19:58:03 mr_bones_ Exp $ DESCRIPTION="simplified, portable interface to several low-level networking routines" HOMEPAGE="http://libdnet.sourceforge.net/" @@ -9,8 +9,9 @@ SRC_URI="mirror://sourceforge/libdnet/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~hppa ~ia64 ~amd64" +IUSE="" src_install () { einstall || die - dodoc COPYING.LIB ChangeLog VERSION README + dodoc ChangeLog VERSION README } |