summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2002-05-14 18:00:49 +0000
committerThilo Bangert <bangert@gentoo.org>2002-05-14 18:00:49 +0000
commit55669960f1440b98be0bc6ec6b65982920d44047 (patch)
tree0909c741ec42439cf79e8947662bcdc896a4b901 /net-mail/ezmlm
parentWorked around a bug in icc/povray when you compile povray with icc support on a (diff)
downloadgentoo-2-55669960f1440b98be0bc6ec6b65982920d44047.tar.gz
gentoo-2-55669960f1440b98be0bc6ec6b65982920d44047.tar.bz2
gentoo-2-55669960f1440b98be0bc6ec6b65982920d44047.zip
fixor - closes bug #2729. added LICENSE
Diffstat (limited to 'net-mail/ezmlm')
-rw-r--r--net-mail/ezmlm/ChangeLog6
-rw-r--r--net-mail/ezmlm/ezmlm-0.53.ebuild9
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 () {