diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-12-06 21:04:19 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-12-06 21:04:19 +0000 |
commit | 390f3f7fc31811171764b1e4caa91f353cca8d41 (patch) | |
tree | 5e6ec4ecc18ba923de3ee290936109638b65172f /dev-php/phpgroupware | |
parent | Version bumped. Closes #33607 (diff) | |
download | historical-390f3f7fc31811171764b1e4caa91f353cca8d41.tar.gz historical-390f3f7fc31811171764b1e4caa91f353cca8d41.tar.bz2 historical-390f3f7fc31811171764b1e4caa91f353cca8d41.zip |
formatting efino
Diffstat (limited to 'dev-php/phpgroupware')
-rw-r--r-- | dev-php/phpgroupware/Manifest | 2 | ||||
-rw-r--r-- | dev-php/phpgroupware/phpgroupware-0.9.14.007.ebuild | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-php/phpgroupware/Manifest b/dev-php/phpgroupware/Manifest index 1f4f5198b033..4f30922c1089 100644 --- a/dev-php/phpgroupware/Manifest +++ b/dev-php/phpgroupware/Manifest @@ -1,4 +1,4 @@ MD5 34b376f52ca199fffb4e52b83169574a metadata.xml 156 MD5 3eaf0d5d4627efe79425b9b018de8283 ChangeLog 2138 -MD5 1dab3227126282ba9e0bd9ea36ea426e phpgroupware-0.9.14.007.ebuild 1533 +MD5 2753b0857617bfa326d3e31f9efbc434 phpgroupware-0.9.14.007.ebuild 1542 MD5 02797b628fc7108b8d474fad0bc92cae files/digest-phpgroupware-0.9.14.007 77 diff --git a/dev-php/phpgroupware/phpgroupware-0.9.14.007.ebuild b/dev-php/phpgroupware/phpgroupware-0.9.14.007.ebuild index 75d5df571705..3bcb997aaa1b 100644 --- a/dev-php/phpgroupware/phpgroupware-0.9.14.007.ebuild +++ b/dev-php/phpgroupware/phpgroupware-0.9.14.007.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.007.ebuild,v 1.4 2003/12/05 16:34:36 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpgroupware/phpgroupware-0.9.14.007.ebuild,v 1.5 2003/12/06 21:04:13 mholzer Exp $ inherit webapp-apache @@ -47,6 +47,8 @@ src_install() { } pkg_postinst() { - 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" + einfo "Follow the instructions at" + einfo "/usr/share/doc/${PF}/html/x62.html#AEN134" + einfo "to complete the install." + einfo "You need to add MySQL users and configure ${PN}" } |