diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-06-12 07:44:12 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-06-12 07:44:12 +0000 |
commit | 1e0f34e06343fc6a173233d1bf61d7dbfe94f123 (patch) | |
tree | 02aa5e7419f1f9f27173f8a1cc82a6a3942f7793 /net-mail | |
parent | o Added the latest stable and unstable versions of pilot-link (diff) | |
download | historical-1e0f34e06343fc6a173233d1bf61d7dbfe94f123.tar.gz historical-1e0f34e06343fc6a173233d1bf61d7dbfe94f123.tar.bz2 historical-1e0f34e06343fc6a173233d1bf61d7dbfe94f123.zip |
make -> pmake
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/exim/exim-3.22-r1.ebuild | 2 | ||||
-rw-r--r-- | net-mail/postfix/postfix-20010228.2-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/exim/exim-3.22-r1.ebuild b/net-mail/exim/exim-3.22-r1.ebuild index c9758a86b79d..7eb81d8ec790 100644 --- a/net-mail/exim/exim-3.22-r1.ebuild +++ b/net-mail/exim/exim-3.22-r1.ebuild @@ -102,7 +102,7 @@ src_unpack() { src_compile() { cd ${S} - try make + try pmake } src_install () { diff --git a/net-mail/postfix/postfix-20010228.2-r1.ebuild b/net-mail/postfix/postfix-20010228.2-r1.ebuild index 920b242aa8e0..ad347291235c 100644 --- a/net-mail/postfix/postfix-20010228.2-r1.ebuild +++ b/net-mail/postfix/postfix-20010228.2-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 Jerry Alexandratos <jerry@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-20010228.2-r1.ebuild,v 1.2 2001/05/30 18:24:34 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-20010228.2-r1.ebuild,v 1.3 2001/06/12 07:44:12 hallski Exp $ P=${PN}-20010228-pl02 A=${P}.tar.gz @@ -63,7 +63,7 @@ src_unpack() { src_compile() { cd ${S} - try make + try pmake } src_install () { |