diff options
author | Thilo Bangert <bangert@gentoo.org> | 2002-06-28 11:10:20 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2002-06-28 11:10:20 +0000 |
commit | f962698028f01cced0dee38675ea1ab704d8e21e (patch) | |
tree | e5dc006a0682c16d4ff660d10a17a71a8da4b763 /net-mail/ezmlm | |
parent | Update: Libglade dep (diff) | |
download | gentoo-2-f962698028f01cced0dee38675ea1ab704d8e21e.tar.gz gentoo-2-f962698028f01cced0dee38675ea1ab704d8e21e.tar.bz2 gentoo-2-f962698028f01cced0dee38675ea1ab704d8e21e.zip |
fixor (location fix) - closes bug #4281
Diffstat (limited to 'net-mail/ezmlm')
-rw-r--r-- | net-mail/ezmlm/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/ezmlm/ezmlm-0.53.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-mail/ezmlm/ChangeLog b/net-mail/ezmlm/ChangeLog index 6b5df42df555..ca16ab72a192 100644 --- a/net-mail/ezmlm/ChangeLog +++ b/net-mail/ezmlm/ChangeLog @@ -1,8 +1,12 @@ # ChangeLog for net-mail/ezmlm # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm/ChangeLog,v 1.3 2002/05/14 18:00:49 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm/ChangeLog,v 1.4 2002/06/28 11:10:20 bangert Exp $ - 14 May 2002; Thilo Bangert <bangert@gentoo.org> ChangeLog: + 14 May 2002; Thilo Bangert <bangert@gentoo.org> : + + fixor (bug #4281) - wrong location - thanks Lagos + + 14 May 2002; Thilo Bangert <bangert@gentoo.org> : fixor (bug #2729) - added LICENSE diff --git a/net-mail/ezmlm/ezmlm-0.53.ebuild b/net-mail/ezmlm/ezmlm-0.53.ebuild index 5ed12daa3c08..3adc1b2b1b74 100644 --- a/net-mail/ezmlm/ezmlm-0.53.ebuild +++ b/net-mail/ezmlm/ezmlm-0.53.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 # Maintainer: Thilo Bangert <bangert@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm/ezmlm-0.53.ebuild,v 1.3 2002/05/14 18:00:49 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm/ezmlm-0.53.ebuild,v 1.4 2002/06/28 11:10:20 bangert Exp $ S=${WORKDIR}/${P} @@ -20,7 +20,7 @@ LICENSE="as-is" src_compile() { cd ${S} mkdir tmp - echo "/usr" > conf-bin + echo "/usr/bin" > conf-bin echo "/usr/share/man" > conf-man echo "gcc ${CFLAGS}" > conf-cc echo "gcc" > conf-ld |