summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-build/make/make-3.79.1-r1.ebuild')
-rw-r--r--sys-build/make/make-3.79.1-r1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/sys-build/make/make-3.79.1-r1.ebuild b/sys-build/make/make-3.79.1-r1.ebuild
deleted file mode 100644
index a411e503384c..000000000000
--- a/sys-build/make/make-3.79.1-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-build/make/make-3.79.1-r1.ebuild,v 1.2 2001/02/15 18:17:32 achim Exp $
-
-P=make-3.79.1
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Standard tool to compile source trees"
-SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/make/${A}
- ftp://prep.ai.mit.edu/gnu/make/${A}"
-HOMEPAGE="http://www.gnu.org/software/make/make.html"
-
-src_compile() {
- try ./configure --prefix=/usr --host=${CHOST} --disable-nls
- try make ${MAKEOPTS} LDFLAGS=-static
-}
-
-src_install() {
-
- dobin make
-}
-
-
-