diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-14 10:25:16 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-14 10:25:16 +0000 |
commit | 5cb232f15b4433e29f9f057e8c4c0d6c0293a341 (patch) | |
tree | 6f42e3d28f2e4ca66446fd2768ab37bf7cad7c12 /net-nds/ypserv | |
parent | minor fixes (diff) | |
download | historical-5cb232f15b4433e29f9f057e8c4c0d6c0293a341.tar.gz historical-5cb232f15b4433e29f9f057e8c4c0d6c0293a341.tar.bz2 historical-5cb232f15b4433e29f9f057e8c4c0d6c0293a341.zip |
forgot to uncomment some things before checking in
Diffstat (limited to 'net-nds/ypserv')
-rw-r--r-- | net-nds/ypserv/ypserv-1.3.12.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/net-nds/ypserv/ypserv-1.3.12.ebuild b/net-nds/ypserv/ypserv-1.3.12.ebuild index 1c93e26cc280..0efa22cb6825 100644 --- a/net-nds/ypserv/ypserv-1.3.12.ebuild +++ b/net-nds/ypserv/ypserv-1.3.12.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 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/net-nds/ypserv/ypserv-1.3.12.ebuild,v 1.1 2002/04/14 03:28:33 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ypserv-1.3.12.ebuild,v 1.2 2002/04/14 10:25:16 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="NIS SERVER" @@ -13,13 +13,13 @@ HOMEPAGE="http://www.linux-nis.org/nis/" DEPEND=">=sys-libs/gdbm-1.8.0 tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" -#src_unpack() { -# -# unpack ${A} -# cd ${S} -# cp ${FILESDIR}/defs.sed ypmake -# -#} +src_unpack() { + + unpack ${A} + cd ${S} + cp ${FILESDIR}/defs.sed ypmake + +} src_compile() { @@ -38,7 +38,7 @@ src_compile() { make || die cd ${S}/ypmake -# sed -f defs.sed Makefile.in > Makefile + sed -f defs.sed Makefile.in > Makefile make || die } |