diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-29 20:37:01 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-29 20:37:01 +0000 |
commit | 1b5ea6763da5b9159d10ad39b9546d33b1516d94 (patch) | |
tree | 53a0339c392d391a906ec8195b5c18f079d296ed /net-mail | |
parent | Now a threaded version of perl is build. The tests pass all now. (diff) | |
download | gentoo-2-1b5ea6763da5b9159d10ad39b9546d33b1516d94.tar.gz gentoo-2-1b5ea6763da5b9159d10ad39b9546d33b1516d94.tar.bz2 gentoo-2-1b5ea6763da5b9159d10ad39b9546d33b1516d94.zip |
*** empty log message ***
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/qmail/qmail-1.03-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mail/qmail/qmail-1.03-r1.ebuild b/net-mail/qmail/qmail-1.03-r1.ebuild index 84ff5b535fc2..66f8168bab79 100644 --- a/net-mail/qmail/qmail-1.03-r1.ebuild +++ b/net-mail/qmail/qmail-1.03-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 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-mail/qmail/qmail-1.03-r1.ebuild,v 1.5 2000/10/05 01:32:51 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/qmail-1.03-r1.ebuild,v 1.6 2000/10/29 20:37:00 achim Exp $ P=qmail-1.03 A="qmail-1.03.tar.gz checkpassword-0.81.tar.gz" @@ -21,7 +21,7 @@ src_compile() { src_unpack() { unpack qmail-1.03.tar.gz cd ${S} -# patch -p0 < ${O}/files/qmail-linksync.patch + patch -p0 < ${O}/files/qmail-linksync.patch unpack checkpassword-0.81.tar.gz } @@ -180,6 +180,7 @@ pkg_postinst() { pkg_config() { + export QmailHost=`uname -n` ${ROOT}/usr/sbin/rc-update add qmail if [ ${ROOT} = "/" ] ; then |