summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-09-19 18:06:25 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-09-19 18:06:25 +0000
commit8d9a949108c39e598631371a66f884838dd9cc68 (patch)
tree1ffe2dbf36781c7c389f7318637ba65de7e198c5 /dev-php/phpgroupware
parentadded usermode-utilities dep (diff)
downloadgentoo-2-8d9a949108c39e598631371a66f884838dd9cc68.tar.gz
gentoo-2-8d9a949108c39e598631371a66f884838dd9cc68.tar.bz2
gentoo-2-8d9a949108c39e598631371a66f884838dd9cc68.zip
Fixed docs. Closes #29040.
Diffstat (limited to 'dev-php/phpgroupware')
-rw-r--r--dev-php/phpgroupware/ChangeLog6
-rw-r--r--dev-php/phpgroupware/Manifest4
-rw-r--r--dev-php/phpgroupware/phpgroupware-0.9.14.006.ebuild5
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-php/phpgroupware/ChangeLog b/dev-php/phpgroupware/ChangeLog
index b0f30b2ac679..5b231745046e 100644
--- a/dev-php/phpgroupware/ChangeLog
+++ b/dev-php/phpgroupware/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/phpgroupware
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/ChangeLog,v 1.10 2003/08/10 22:24:37 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/ChangeLog,v 1.11 2003/09/19 18:06:19 mholzer Exp $
+
+ 19 Sep 2003; Martin Holzer <mholzer@gentoo.org>
+ phpgroupware-0.9.14.006.ebuild:
+ Fixed docs. Closes #29040.
12 Aug 2003; Martin Holzer <mholzer@gentoo.org>
phpgroupware-0.9.14.006.ebuild:
diff --git a/dev-php/phpgroupware/Manifest b/dev-php/phpgroupware/Manifest
index 0badd005c785..078533b0fb88 100644
--- a/dev-php/phpgroupware/Manifest
+++ b/dev-php/phpgroupware/Manifest
@@ -1,3 +1,3 @@
-MD5 177ae266b497cce185891ed67a00cf11 ChangeLog 1439
-MD5 1bc80fc337309f677ce6c689c1f9d7fd phpgroupware-0.9.14.006.ebuild 1383
+MD5 0e5948fd511f3234602540496ece4020 ChangeLog 1553
+MD5 5558230fa165cb252524f0b9f7a044aa phpgroupware-0.9.14.006.ebuild 1402
MD5 1dd9268509d0274661f43e45850a5875 files/digest-phpgroupware-0.9.14.006 77
diff --git a/dev-php/phpgroupware/phpgroupware-0.9.14.006.ebuild b/dev-php/phpgroupware/phpgroupware-0.9.14.006.ebuild
index 500a929dce76..293ab59f8214 100644
--- a/dev-php/phpgroupware/phpgroupware-0.9.14.006.ebuild
+++ b/dev-php/phpgroupware/phpgroupware-0.9.14.006.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-php/phpgroupware/phpgroupware-0.9.14.006.ebuild,v 1.4 2003/09/08 04:45:56 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/phpgroupware-0.9.14.006.ebuild,v 1.5 2003/09/19 18:06:19 mholzer Exp $
S=${WORKDIR}/${PN}
HTTPD_ROOT="/home/httpd/htdocs"
@@ -39,9 +39,10 @@ src_install() {
cd ${D}/${HTTPD_ROOT}
chown -R ${HTTPD_USER}.${HTTPD_GROUP} phpgroupware
chmod -R 700 phpgroupware/files
+ dohtml ${PN}/doc/en_US/html/admin/*.html
}
pkg_postinst() {
- einfo "Follow the instructions at http://docs.phpgroupware.org/12-docs/html/admin/x62.html#AEN134 "
+ einfo "Follow the instructions at /usr/share/doc/${PF}/html/x62.html#AEN134 "
einfo "to complete the install. You need to add MySQL users and configure phpGroupWare"
}