diff options
author | 2003-06-10 20:12:14 +0000 | |
---|---|---|
committer | 2003-06-10 20:12:14 +0000 | |
commit | 678cf929ba36b65b7e55a1ab7bf1eef5e5b8a262 (patch) | |
tree | 2cf2fd4cf34013c50eddff58173e7bada1af5916 /net-mail/mailx-support/mailx-support-20030215.ebuild | |
parent | Fixed major brokeness in ebuild, read ChangeLog for more info. (diff) | |
download | historical-678cf929ba36b65b7e55a1ab7bf1eef5e5b8a262.tar.gz historical-678cf929ba36b65b7e55a1ab7bf1eef5e5b8a262.tar.bz2 historical-678cf929ba36b65b7e55a1ab7bf1eef5e5b8a262.zip |
Fixed major brokeness in ebuild, read ChangeLog for more info.
Diffstat (limited to 'net-mail/mailx-support/mailx-support-20030215.ebuild')
-rw-r--r-- | net-mail/mailx-support/mailx-support-20030215.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/net-mail/mailx-support/mailx-support-20030215.ebuild b/net-mail/mailx-support/mailx-support-20030215.ebuild index 5c4d6551a551..c75dcb82ba52 100644 --- a/net-mail/mailx-support/mailx-support-20030215.ebuild +++ b/net-mail/mailx-support/mailx-support-20030215.ebuild @@ -1,25 +1,24 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailx-support/mailx-support-20030215.ebuild,v 1.1 2003/06/09 19:01:08 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mailx-support/mailx-support-20030215.ebuild,v 1.2 2003/06/10 20:11:57 kumba Exp $ DESCRIPTION="Provides mail.local and lockspool" HOMEPAGE="http://www.openbsd.org/" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips" +SRC_URI="mirror://gentoo/${P}.tar.bz2" DEPEND="" RDEPEND="" -S=${WORKDIR}/${P} src_unpack() { - ebegin "Copying source files" - (cp -R ${FILESDIR}/${P} ${WORKDIR} || (eend $?; die $? "Could not copy source files")) && eend 0 - cd ${S} || die "${S} does not exist" - patch -p0 < ${FILESDIR}/${P}-gentoo.patch + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${P}-gentoo.patch } src_compile() { - emake || die + emake } src_install() { |