summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-04-25 19:20:52 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-04-25 19:20:52 +0000
commit24d243c486c8431443dfab7eeaf787359a4b09b8 (patch)
treeefd3fc7470e5ad8148170a3773d99187a964a68b /net-mail/exim
parentfixed wrong sed state. Closes #19886. (diff)
downloadhistorical-24d243c486c8431443dfab7eeaf787359a4b09b8.tar.gz
historical-24d243c486c8431443dfab7eeaf787359a4b09b8.tar.bz2
historical-24d243c486c8431443dfab7eeaf787359a4b09b8.zip
fixed wrong sed state. Closes #19886.
Diffstat (limited to 'net-mail/exim')
-rw-r--r--net-mail/exim/Manifest4
-rw-r--r--net-mail/exim/exim-4.12.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/exim/Manifest b/net-mail/exim/Manifest
index e5ef1f46f8b3..097a59d7f63f 100644
--- a/net-mail/exim/Manifest
+++ b/net-mail/exim/Manifest
@@ -1,6 +1,6 @@
-MD5 04f6836bc28552d79ce8fcfa3dbd0a3e ChangeLog 4678
+MD5 a2daf3a9e5ca3ccaf69e2cf80879bf66 ChangeLog 4787
MD5 ea8d4d3bdf95464d1afcb9c503696b21 exim-4.10.ebuild 6211
-MD5 1453404ddc3eb840495686e979c4ee11 exim-4.12.ebuild 5433
+MD5 d1323582ec8ef8dfdbc230560e99d857 exim-4.12.ebuild 5433
MD5 68fc403ba2c98ccba281939085cb9052 files/auth_conf.sub 775
MD5 0cb2ffe88c81fd7ac8429b5a19d58b35 files/configure 16346
MD5 34def7b529693beda5b84c422d25a878 files/digest-exim-4.10 128
diff --git a/net-mail/exim/exim-4.12.ebuild b/net-mail/exim/exim-4.12.ebuild
index 668540b9ab18..73b5a253e150 100644
--- a/net-mail/exim/exim-4.12.ebuild
+++ b/net-mail/exim/exim-4.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/exim/exim-4.12.ebuild,v 1.7 2003/04/12 11:26:26 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/exim/exim-4.12.ebuild,v 1.8 2003/04/25 19:20:23 mholzer Exp $
IUSE="tcpd ssl postgres mysql ldap pam"
@@ -99,7 +99,7 @@ src_unpack() {
fi
if use postgres; then
- sed -e "s:# LOOKUP_PGSQL=yes:LOOKUP_PGSQL=yes:" Local/Makefile
+ sed -i "s:# LOOKUP_PGSQL=yes:LOOKUP_PGSQL=yes:" Local/Makefile
LOOKUP_INCLUDE="$LOOKUP_INCLUDE -I/usr/include/postgresql"
LOOKUP_LIBS="$LOOKUP_LIBS -lpq"
fi