diff options
-rw-r--r-- | net-misc/sslwrap/sslwrap-2.0.6.ebuild | 8 | ||||
-rw-r--r-- | net-misc/whatmask/whatmask-1.1.ebuild | 9 | ||||
-rw-r--r-- | net-misc/whatmask/whatmask-1.2.ebuild | 9 |
3 files changed, 5 insertions, 21 deletions
diff --git a/net-misc/sslwrap/sslwrap-2.0.6.ebuild b/net-misc/sslwrap/sslwrap-2.0.6.ebuild index 41154ef2d38c..5374e13dd164 100644 --- a/net-misc/sslwrap/sslwrap-2.0.6.ebuild +++ b/net-misc/sslwrap/sslwrap-2.0.6.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/net-misc/sslwrap/sslwrap-2.0.6.ebuild,v 1.10 2004/07/15 03:37:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/sslwrap/sslwrap-2.0.6.ebuild,v 1.11 2005/07/30 18:39:17 swegener Exp $ inherit eutils @@ -34,13 +34,7 @@ src_unpack () { *.h *.c } -src_compile() { - emake || die -} - src_install() { - cd ${S} - into /usr dosbin sslwrap dodoc README dohtml -r ./ diff --git a/net-misc/whatmask/whatmask-1.1.ebuild b/net-misc/whatmask/whatmask-1.1.ebuild index c40b90b16562..76d45ce6b387 100644 --- a/net-misc/whatmask/whatmask-1.1.ebuild +++ b/net-misc/whatmask/whatmask-1.1.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/net-misc/whatmask/whatmask-1.1.ebuild,v 1.13 2004/07/01 22:10:52 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/whatmask-1.1.ebuild,v 1.14 2005/07/30 18:41:26 swegener Exp $ IUSE="" DESCRIPTION="little C program to compute different subnet mask notations" @@ -13,12 +13,7 @@ KEYWORDS="x86 sparc" DEPEND="virtual/libc" -src_compile() { - econf || die - emake || die -} - src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodoc README INSTALL AUTHORS ChangeLog NEWS } diff --git a/net-misc/whatmask/whatmask-1.2.ebuild b/net-misc/whatmask/whatmask-1.2.ebuild index d07309f52269..0299c69f4b3c 100644 --- a/net-misc/whatmask/whatmask-1.2.ebuild +++ b/net-misc/whatmask/whatmask-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/whatmask-1.2.ebuild,v 1.5 2005/04/24 03:01:45 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whatmask/whatmask-1.2.ebuild,v 1.6 2005/07/30 18:41:26 swegener Exp $ IUSE="" DESCRIPTION="little C program to compute different subnet mask notations" @@ -13,12 +13,7 @@ KEYWORDS="~x86 ~sparc ppc" DEPEND="virtual/libc" -src_compile() { - econf || die - emake || die -} - src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodoc README INSTALL AUTHORS ChangeLog NEWS } |