summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/portfwd/portfwd-0.26.ebuild')
-rw-r--r--net-misc/portfwd/portfwd-0.26.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/net-misc/portfwd/portfwd-0.26.ebuild b/net-misc/portfwd/portfwd-0.26.ebuild
index 555b1261f81e..580e58d419e3 100644
--- a/net-misc/portfwd/portfwd-0.26.ebuild
+++ b/net-misc/portfwd/portfwd-0.26.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/portfwd/portfwd-0.26.ebuild,v 1.6 2005/04/01 16:24:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/portfwd/portfwd-0.26.ebuild,v 1.1 2004/02/14 06:16:54 strider Exp $
DESCRIPTION="Port Forwarding Daemon"
SRC_URI="mirror://sourceforge/${PN}/${P/_/}.tar.gz"
@@ -8,8 +8,7 @@ HOMEPAGE="http://portfwd.sourceforge.net"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ia64 ~amd64 ~ppc"
-IUSE=""
+KEYWORDS="~x86 ~ia64 ~amd64"
DEPEND=">=sys-apps/sed-4"
RDEPEND=""
@@ -39,7 +38,7 @@ src_compile() {
cd ${WORKDIR}/${P/_/}
./bootstrap
- econf || die "econf failed"
+ econf
emake
}