diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 04:00:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-29 04:00:30 +0000 |
commit | db4e9a782d8fa5934da35bdc6b3197df1fd84e61 (patch) | |
tree | cd54595451e461d2b67c30d23aa44fe3518b4ca2 /app-shells/smrsh | |
parent | change virtual/glibc to virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-db4e9a782d8fa5934da35bdc6b3197df1fd84e61.tar.gz gentoo-2-db4e9a782d8fa5934da35bdc6b3197df1fd84e61.tar.bz2 gentoo-2-db4e9a782d8fa5934da35bdc6b3197df1fd84e61.zip |
change virtual/glibc to virtual/libc
Diffstat (limited to 'app-shells/smrsh')
-rw-r--r-- | app-shells/smrsh/smrsh-8.12.10.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-shells/smrsh/smrsh-8.12.10.ebuild b/app-shells/smrsh/smrsh-8.12.10.ebuild index 03461a5b8fce..c69e6908449a 100644 --- a/app-shells/smrsh/smrsh-8.12.10.ebuild +++ b/app-shells/smrsh/smrsh-8.12.10.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/smrsh/smrsh-8.12.10.ebuild,v 1.4 2004/06/24 22:25:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/smrsh/smrsh-8.12.10.ebuild,v 1.5 2004/06/29 03:59:43 vapier Exp $ -DESCRIPTION="Sendmail restricted shell, for use with MTAs other than Sendmail." -HOMEPAGE="http://www.sendmail.org" +DESCRIPTION="Sendmail restricted shell, for use with MTAs other than Sendmail" +HOMEPAGE="http://www.sendmail.org/" SRC_URI="ftp://ftp.sendmail.org/pub/sendmail/sendmail.${PV}.tar.gz" LICENSE="Sendmail" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="sys-devel/m4 >=sys-apps/sed-4" @@ -30,7 +31,7 @@ src_compile() { /bin/sh Build } -src_install () { +src_install() { cd "${S}/${PN}" dosbin "${S}/obj.$(uname -s).$(uname -r).$(arch)/${PN}/${PN}" |