summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuan Van <langthang@gentoo.org>2004-07-29 16:10:59 +0000
committerTuan Van <langthang@gentoo.org>2004-07-29 16:10:59 +0000
commitdc7b50ee0a11089d7d76b6a9dc2310534a33e630 (patch)
tree8d76bd4490ad106bce5841d21ab5d80dc9df0d18 /net-mail/serialmail/serialmail-0.75-r2.ebuild
parentre-add libstdc++-v3 pdep that someone so thoughtfully decided to remove (diff)
downloadhistorical-dc7b50ee0a11089d7d76b6a9dc2310534a33e630.tar.gz
historical-dc7b50ee0a11089d7d76b6a9dc2310534a33e630.tar.bz2
historical-dc7b50ee0a11089d7d76b6a9dc2310534a33e630.zip
Move patches to $DISTDIR.
Diffstat (limited to 'net-mail/serialmail/serialmail-0.75-r2.ebuild')
-rw-r--r--net-mail/serialmail/serialmail-0.75-r2.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/net-mail/serialmail/serialmail-0.75-r2.ebuild b/net-mail/serialmail/serialmail-0.75-r2.ebuild
index 60dea32234bb..274cf388a4e0 100644
--- a/net-mail/serialmail/serialmail-0.75-r2.ebuild
+++ b/net-mail/serialmail/serialmail-0.75-r2.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/serialmail/serialmail-0.75-r2.ebuild,v 1.1 2004/07/29 03:33:43 langthang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/serialmail/serialmail-0.75-r2.ebuild,v 1.2 2004/07/29 16:10:59 langthang Exp $
inherit eutils
DESCRIPTION="A serialmail is a collection of tools for passing mail across serial links."
HOMEPAGE="http://cr.yp.to/serialmail.html"
-SRC_URI="http://cr.yp.to/software/${P}.tar.gz"
+SRC_URI="http://cr.yp.to/software/${P}.tar.gz
+ mirror://gentoo/${P}-patch.tar.bz2"
DEPEND="virtual/glibc
sys-apps/groff
@@ -25,9 +26,9 @@ IUSE="static"
src_unpack() {
unpack ${A}
cd ${S}
- epatch ${FILESDIR}/${P}-gentoo.patch
- epatch ${FILESDIR}/${P}-smtpauth.patch
- epatch ${FILESDIR}/${P}-smtpauth_comp.patch
+ epatch ${WORKDIR}/${P}-gentoo.patch
+ epatch ${WORKDIR}/${P}-smtpauth.patch
+ epatch ${WORKDIR}/${P}-smtpauth_comp.patch
sed -i "s:@CFLAGS@:${CFLAGS}:" conf-cc
use static && LDFLAGS="${LDFLAGS} -static"
sed -i "s:@LDFLAGS@:${LDFLAGS}:" conf-ld