summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-02 04:47:33 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-02 04:47:33 +0000
commit9535281410496de748accf309a866e24da4445ea (patch)
treeb8817877cf539715d902a1c0c3b490ff47330477 /app-admin/tftp-hpa
parentbeautified (diff)
downloadgentoo-2-9535281410496de748accf309a866e24da4445ea.tar.gz
gentoo-2-9535281410496de748accf309a866e24da4445ea.tar.bz2
gentoo-2-9535281410496de748accf309a866e24da4445ea.zip
modernised
Diffstat (limited to 'app-admin/tftp-hpa')
-rw-r--r--app-admin/tftp-hpa/tftp-hpa-0.29.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-admin/tftp-hpa/tftp-hpa-0.29.ebuild b/app-admin/tftp-hpa/tftp-hpa-0.29.ebuild
index 4a9b25497727..89d24196df07 100644
--- a/app-admin/tftp-hpa/tftp-hpa-0.29.ebuild
+++ b/app-admin/tftp-hpa/tftp-hpa-0.29.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-admin/tftp-hpa/tftp-hpa-0.29.ebuild,v 1.4 2002/07/25 13:48:39 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tftp-hpa/tftp-hpa-0.29.ebuild,v 1.5 2002/08/02 04:47:33 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="HPA's TFTP Daemon is a port of the OpenBSD TFTP server"
@@ -14,13 +14,13 @@ KEYWORDS="x86"
DEPEND="virtual/glibc"
src_compile() {
- econf || die
- make || die
+ econf || die
+ make || die
}
src_install () {
- make INSTALLROOT=${D} install || die
- dodoc README* CHANGES INSTALL*
+ make INSTALLROOT=${D} install || die
+ dodoc README* CHANGES INSTALL*
insinto /etc/conf.d
newins ${FILESDIR}/in.tftpd.confd in.tftpd