diff options
author | 2005-03-21 07:17:33 +0000 | |
---|---|---|
committer | 2005-03-21 07:17:33 +0000 | |
commit | 8b872bd21121c99b4b080123dd1538fcc73c1bc5 (patch) | |
tree | 243fde1f0d4ea4dea42fbcc2f02581b4f338d1ee /net-mail/relay-ctrl/relay-ctrl-3.1.1-r2.ebuild | |
parent | one inherit call (diff) | |
download | historical-8b872bd21121c99b4b080123dd1538fcc73c1bc5.tar.gz historical-8b872bd21121c99b4b080123dd1538fcc73c1bc5.tar.bz2 historical-8b872bd21121c99b4b080123dd1538fcc73c1bc5.zip |
one inherit call
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-mail/relay-ctrl/relay-ctrl-3.1.1-r2.ebuild')
-rw-r--r-- | net-mail/relay-ctrl/relay-ctrl-3.1.1-r2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-mail/relay-ctrl/relay-ctrl-3.1.1-r2.ebuild b/net-mail/relay-ctrl/relay-ctrl-3.1.1-r2.ebuild index 41e87d031be0..f901570fa856 100644 --- a/net-mail/relay-ctrl/relay-ctrl-3.1.1-r2.ebuild +++ b/net-mail/relay-ctrl/relay-ctrl-3.1.1-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/relay-ctrl/relay-ctrl-3.1.1-r2.ebuild,v 1.11 2005/03/03 18:27:10 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/relay-ctrl/relay-ctrl-3.1.1-r2.ebuild,v 1.12 2005/03/21 07:17:33 mr_bones_ Exp $ -inherit eutils gcc +inherit eutils gcc fixheadtails DESCRIPTION="SMTP Relaying Control designed for qmail & tcpserver." HOMEPAGE="http://untroubled.org/relay-ctrl/" @@ -22,8 +22,6 @@ RELAYCTRL_STORAGE="allow" RELAYCTRL_CONFDIR="/etc/relay-ctrl" RELAYCTRL_BINDIR="/usr/bin" -inherit fixheadtails - src_unpack() { unpack ${A} ht_fix_file ${S}/Makefile |