summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-10-18 18:11:18 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-10-18 18:11:18 +0000
commitc4301d287568e869e71055a97ed3c8e61bc2b2b9 (patch)
tree8d6fcba8f0032ada42f4b73555d3a24fb6c18d8c /app-admin/modlogan/modlogan-0.8.13.ebuild
parentix insecure tempfile handling in ppc version (diff)
downloadhistorical-c4301d287568e869e71055a97ed3c8e61bc2b2b9.tar.gz
historical-c4301d287568e869e71055a97ed3c8e61bc2b2b9.tar.bz2
historical-c4301d287568e869e71055a97ed3c8e61bc2b2b9.zip
repoman: Trim trailing whitespace
Diffstat (limited to 'app-admin/modlogan/modlogan-0.8.13.ebuild')
-rw-r--r--app-admin/modlogan/modlogan-0.8.13.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/modlogan/modlogan-0.8.13.ebuild b/app-admin/modlogan/modlogan-0.8.13.ebuild
index 69c8ec339241..9729eed721d3 100644
--- a/app-admin/modlogan/modlogan-0.8.13.ebuild
+++ b/app-admin/modlogan/modlogan-0.8.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/modlogan/modlogan-0.8.13.ebuild,v 1.1 2004/10/17 17:14:12 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/modlogan/modlogan-0.8.13.ebuild,v 1.2 2004/10/18 18:11:18 mr_bones_ Exp $
MY_FILESDIR="${FILESDIR}/${PV}"
THEMES_VERSION="0.0.7"
@@ -39,14 +39,14 @@ src_compile() {
|| myconf="--without-mysql"
use nls || myconf="${myconf} --disable-nls"
-
+
econf \
--enable-plugins \
--sysconfdir=/etc \
--libdir=/usr/lib/modlogan \
--disable-check-dynamic \
${myconf} || die
-
+
emake || die
}