diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-10-16 21:18:15 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-10-16 21:18:15 +0000 |
commit | 8b007f1fc0173aea91f5ba7e9597c77a93b99159 (patch) | |
tree | 26c7ee9d098f672af8987f222379247e712f054a /net-mail/ezmlm-idx-mysql | |
parent | note about gkrellm2 in the description (diff) | |
download | historical-8b007f1fc0173aea91f5ba7e9597c77a93b99159.tar.gz historical-8b007f1fc0173aea91f5ba7e9597c77a93b99159.tar.bz2 historical-8b007f1fc0173aea91f5ba7e9597c77a93b99159.zip |
fixors
Diffstat (limited to 'net-mail/ezmlm-idx-mysql')
-rw-r--r-- | net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40.ebuild b/net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40.ebuild index 836302ecf103..27e89868aa4b 100644 --- a/net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40.ebuild +++ b/net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40.ebuild,v 1.1 2002/10/16 20:56:38 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40.ebuild,v 1.2 2002/10/16 21:18:15 drobbins Exp $ # NOTE: ezmlm-idx, ezmlm-idx-mysql and ezmlm-idx-pgsql all supported by this single ebuild # (Please keep them in sync) PB=ezmlm-idx -S2=${WORKDIR}/${P} +S2=${WORKDIR}/${PB}-${PV} S=${WORKDIR}/ezmlm-0.53 DESCRIPTION="Simple yet powerful mailing list manager for qmail." SRC_URI="http://gd.tuwien.ac.at/infosys/mail/qmail/ezmlm-patches/${PB}-${PV}.tar.gz http://cr.yp.to/software/ezmlm-0.53.tar.gz" @@ -31,9 +31,9 @@ fi src_unpack() { unpack ${A} cd ${S2} - mv ${S2}/* ${S} + mv ${S2}/* ${S} || die cd ${S} - patch < idx.patch + patch < idx.patch || die #remove cat-man pages cp MAN MAN.orig cat MAN.orig | grep -v cat > MAN |