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
commitc306938f1d5d06292a19dadfb9c02df4135d22c2 (patch)
treee7c713c5fa0e04598b6c49615025b4261fdcdd5d /dev-db/pgaccess
parentadded use.local.desc (diff)
downloadhistorical-c306938f1d5d06292a19dadfb9c02df4135d22c2.tar.gz
historical-c306938f1d5d06292a19dadfb9c02df4135d22c2.tar.bz2
historical-c306938f1d5d06292a19dadfb9c02df4135d22c2.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
}