diff options
author | Nick Hadaway <raker@gentoo.org> | 2003-02-09 21:18:44 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2003-02-09 21:18:44 +0000 |
commit | 1cf6bd97ac379cf81f7d8f2b4b0cb3dcc7eab889 (patch) | |
tree | 0b34178d2b942acd2f8588ba3e95499dfa1ab799 /net-mail | |
parent | A new upstream version. (diff) | |
download | historical-1cf6bd97ac379cf81f7d8f2b4b0cb3dcc7eab889.tar.gz historical-1cf6bd97ac379cf81f7d8f2b4b0cb3dcc7eab889.tar.bz2 historical-1cf6bd97ac379cf81f7d8f2b4b0cb3dcc7eab889.zip |
small file move.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/postfix/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/postfix/postfix-2.0.3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-mail/postfix/ChangeLog b/net-mail/postfix/ChangeLog index 7e4415ad4c59..99b14d7af67d 100644 --- a/net-mail/postfix/ChangeLog +++ b/net-mail/postfix/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-mail/postfix # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/ChangeLog,v 1.54 2003/02/03 01:18:56 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/ChangeLog,v 1.55 2003/02/09 21:18:44 raker Exp $ *postfix-2.0.3 (28 Jan 2003) + 09 Feb 2003; Nick Hadaway <raker@gentoo.org> postfix-2.0.3.ebuild : + moved the post-install file to the doc directory. + 02 Feb 2003; Nick Hadaway <raker@gentoo.org> postfix-2.0.3.ebuild : Removed spurious main.cf{~,orig}. Thanks to Phil Richards on bug #14725 for noticing this. diff --git a/net-mail/postfix/postfix-2.0.3.ebuild b/net-mail/postfix/postfix-2.0.3.ebuild index fe30dd596f5e..35b4d8cf4cbf 100644 --- a/net-mail/postfix/postfix-2.0.3.ebuild +++ b/net-mail/postfix/postfix-2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-2.0.3.ebuild,v 1.3 2003/02/03 01:18:56 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-2.0.3.ebuild,v 1.4 2003/02/09 21:18:44 raker Exp $ TLS_P="pfixtls-0.8.13-2.0.3-0.9.7" IPV6_P="tls+ipv6-1.12-pf-2.0.3" @@ -179,6 +179,7 @@ src_install () { rm main.cf.prembox fi rm main.cf~ + mv post-install ${D}/usr/share/doc/${P} cd ${S} } |