diff options
author | 2005-07-30 18:41:26 +0000 | |
---|---|---|
committer | 2005-07-30 18:41:26 +0000 | |
commit | b0b5533b7b8bd71d254414124767b2da368cbe44 (patch) | |
tree | 756b8819d99354f9da57ae1f14a60f06e116fed9 /net-misc/whatmask/whatmask-1.2.ebuild | |
parent | Remove ebuilds for KDE 3.4.0. (diff) | |
download | historical-b0b5533b7b8bd71d254414124767b2da368cbe44.tar.gz historical-b0b5533b7b8bd71d254414124767b2da368cbe44.tar.bz2 historical-b0b5533b7b8bd71d254414124767b2da368cbe44.zip |
QA: Remove default src_compile
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-misc/whatmask/whatmask-1.2.ebuild')
-rw-r--r-- | net-misc/whatmask/whatmask-1.2.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
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 } |