summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-12-17 21:49:11 +0000
committerMike Frysinger <vapier@gentoo.org>2002-12-17 21:49:11 +0000
commitde885a919be1cedbb63184ecccf57355387711cc (patch)
treea094a513930d84e21d4022b3b328c0e81e26cffe /dev-db/phppgadmin
parent*** empty log message *** (diff)
downloadgentoo-2-de885a919be1cedbb63184ecccf57355387711cc.tar.gz
gentoo-2-de885a919be1cedbb63184ecccf57355387711cc.tar.bz2
gentoo-2-de885a919be1cedbb63184ecccf57355387711cc.zip
removed my APACHE fix
Diffstat (limited to 'dev-db/phppgadmin')
-rw-r--r--dev-db/phppgadmin/phppgadmin-2.4.1-r1.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-db/phppgadmin/phppgadmin-2.4.1-r1.ebuild b/dev-db/phppgadmin/phppgadmin-2.4.1-r1.ebuild
index f4c97f6df445..225721308960 100644
--- a/dev-db/phppgadmin/phppgadmin-2.4.1-r1.ebuild
+++ b/dev-db/phppgadmin/phppgadmin-2.4.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-2.4.1-r1.ebuild,v 1.8 2002/11/15 00:49:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-2.4.1-r1.ebuild,v 1.9 2002/12/17 21:49:11 vapier Exp $
MY_PN=phpPgAdmin
MY_PV="`echo ${PV} | sed -e 's:\.:-:g'`"
@@ -18,16 +18,13 @@ DEPEND=">=net-www/apache-1.3.24-r1
>=dev-db/postgresql-7.0.3-r3
>=dev-php/mod_php-4.1.2-r5"
-APACHE_ROOT="`grep '^DocumentRoot' /etc/apache/conf/apache.conf | cut -d\ -f2`"
-[ -z "${APACHE_ROOT}" ] && APACHE_ROOT="/home/httpd/htdocs"
-
src_compile() { :; }
src_install() {
- insinto ${APACHE_ROOT}/phppgadmin
+ insinto /home/httpd/htdocs/phppgadmin
doins *.{php,html,js,sh,php-dist}
- insinto ${APACHE_ROOT}/phppgadmin/images
+ insinto /home/httpd/htdocs/phppgadmin/images
doins images/*.gif
dodoc BUGS ChangeLog DEVELOPERS Documentation.html INSTALL \
@@ -36,6 +33,6 @@ src_install() {
pkg_postinst() {
einfo
- einfo "Make sure you edit ${APACHE_ROOT}/phppgadmin/config.inc.php"
+ einfo "Make sure you edit /home/httpd/htdocs/phppgadmin/config.inc.php"
einfo
}