summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-04-14 07:27:00 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-04-14 07:27:00 +0000
commit76536628416369954151b21af83473cd16434adf (patch)
tree81bfaaecb71de2fe856c98403c152103b0462a30 /app-admin/fpm/fpm-0.60.ebuild
parentversion bump (bug #47185) (Manifest recommit) (diff)
downloadgentoo-2-76536628416369954151b21af83473cd16434adf.tar.gz
gentoo-2-76536628416369954151b21af83473cd16434adf.tar.bz2
gentoo-2-76536628416369954151b21af83473cd16434adf.zip
Numerous small fixes, see ChangeLogs for details.
Diffstat (limited to 'app-admin/fpm/fpm-0.60.ebuild')
-rw-r--r--app-admin/fpm/fpm-0.60.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/app-admin/fpm/fpm-0.60.ebuild b/app-admin/fpm/fpm-0.60.ebuild
index 0db25314d4ce..883f78ae0b71 100644
--- a/app-admin/fpm/fpm-0.60.ebuild
+++ b/app-admin/fpm/fpm-0.60.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/fpm/fpm-0.60.ebuild,v 1.2 2004/03/06 13:45:13 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/fpm/fpm-0.60.ebuild,v 1.3 2004/04/14 07:27:00 aliz Exp $
DESCRIPTION="A password manager for gnome."
SRC_URI="mirror://sourceforge/fpm/${P}.tar.gz"
@@ -20,8 +20,6 @@ DEPEND="virtual/glibc
RDEPEND="${DEPEND}
dev-util/cvs"
-S="${WORKDIR}/${P}"
-
src_compile() {
./configure --prefix=/usr
emake || die "Make failed"