diff options
author | Thilo Bangert <bangert@gentoo.org> | 2002-05-14 18:00:49 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2002-05-14 18:00:49 +0000 |
commit | 40541a95e7b47a9a775927b7c347cd0a56abce42 (patch) | |
tree | 60c5666a4f8ca58483d04fe1ad0f8e0d94d50974 /net-mail/ezmlm | |
parent | Worked around a bug in icc/povray when you compile povray with icc support on a (diff) | |
download | historical-40541a95e7b47a9a775927b7c347cd0a56abce42.tar.gz historical-40541a95e7b47a9a775927b7c347cd0a56abce42.tar.bz2 historical-40541a95e7b47a9a775927b7c347cd0a56abce42.zip |
fixor - closes bug #2729. added LICENSE
Diffstat (limited to 'net-mail/ezmlm')
-rw-r--r-- | net-mail/ezmlm/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/ezmlm/ezmlm-0.53.ebuild | 9 |
2 files changed, 10 insertions, 5 deletions
diff --git a/net-mail/ezmlm/ChangeLog b/net-mail/ezmlm/ChangeLog index cf321186af13..6b5df42df555 100644 --- a/net-mail/ezmlm/ChangeLog +++ b/net-mail/ezmlm/ChangeLog @@ -1,6 +1,10 @@ # 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.2 2002/04/27 21:46:44 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm/ChangeLog,v 1.3 2002/05/14 18:00:49 bangert Exp $ + + 14 May 2002; Thilo Bangert <bangert@gentoo.org> ChangeLog: + + fixor (bug #2729) - added LICENSE *ezmlm-0.53 (25 Mar 2002) diff --git a/net-mail/ezmlm/ezmlm-0.53.ebuild b/net-mail/ezmlm/ezmlm-0.53.ebuild index 7b31b4c22497..5ed12daa3c08 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.2 2002/04/27 21:46:44 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm/ezmlm-0.53.ebuild,v 1.3 2002/05/14 18:00:49 bangert Exp $ S=${WORKDIR}/${P} @@ -14,16 +14,17 @@ DESCRIPTION="Simple yet powerful mailing list manager for qmail." SRC_URI="http://cr.yp.to/software/${P}.tar.gz" HOMEPAGE="http://cr.yp.to/software/ezmlm.html" +LICENSE="as-is" + src_compile() { cd ${S} mkdir tmp - echo "./tmp" > conf-bin - echo "./tmp" > conf-man + echo "/usr" > conf-bin + echo "/usr/share/man" > conf-man echo "gcc ${CFLAGS}" > conf-cc echo "gcc" > conf-ld emake || die - make setup check || die } src_install () { |