summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasatomo Nakano <nakano@gentoo.org>2003-03-18 09:48:55 +0000
committerMasatomo Nakano <nakano@gentoo.org>2003-03-18 09:48:55 +0000
commit0bb23e16198a8e55c57f112825707721b30a0441 (patch)
treeb257365ed943ce980d3b3d4f1248d4d751e5add3 /dev-db/pgaccess
parentadded use.local.desc (diff)
downloadgentoo-2-0bb23e16198a8e55c57f112825707721b30a0441.tar.gz
gentoo-2-0bb23e16198a8e55c57f112825707721b30a0441.tar.bz2
gentoo-2-0bb23e16198a8e55c57f112825707721b30a0441.zip
fixed bug.
Diffstat (limited to 'dev-db/pgaccess')
-rw-r--r--dev-db/pgaccess/files/pgaccess-0.98.8.patch4
-rw-r--r--dev-db/pgaccess/pgaccess-0.98.8.ebuild6
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-db/pgaccess/files/pgaccess-0.98.8.patch b/dev-db/pgaccess/files/pgaccess-0.98.8.patch
index 50fc29060724..f3ebcedebd3d 100644
--- a/dev-db/pgaccess/files/pgaccess-0.98.8.patch
+++ b/dev-db/pgaccess/files/pgaccess-0.98.8.patch
@@ -22,8 +22,8 @@ diff -rc pgaccess-0.98.8/Makefile pgaccess-0.98.8.new/Makefile
#
#-------------------------------------------------------------------------
-! bindir := $(prefix)/bin/X11
-! libdir := $(prefix)/lib/pgaccess
+! bindir := $(prefix)/usr/bin/X11
+! libdir := $(prefix)/usr/lib/pgaccess
! wish := `which wish`
pgaccess:
diff --git a/dev-db/pgaccess/pgaccess-0.98.8.ebuild b/dev-db/pgaccess/pgaccess-0.98.8.ebuild
index b00cdb4f4ffc..ec63152228f2 100644
--- a/dev-db/pgaccess/pgaccess-0.98.8.ebuild
+++ b/dev-db/pgaccess/pgaccess-0.98.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgaccess/pgaccess-0.98.8.ebuild,v 1.2 2003/03/18 08:23:42 nakano Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgaccess/pgaccess-0.98.8.ebuild,v 1.3 2003/03/18 09:48:55 nakano Exp $
DESCRIPTION="a database frontend for postgresql"
HOMEPAGE="http://www.pgaccess.org/"
@@ -21,9 +21,9 @@ S=${WORKDIR}/${P}
src_compile() {
cd ${S}
patch -p1 < ${FILESDIR}/${P}.patch || die
- emake || die
+ make clean || die
}
src_install() {
- einstall || die
+ make prefix=${D} install || die
}