summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-zope/zope/zope-3.1.0.ebuild')
-rw-r--r--net-zope/zope/zope-3.1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-zope/zope/zope-3.1.0.ebuild b/net-zope/zope/zope-3.1.0.ebuild
index f1bc4b0..5fa0aa5 100644
--- a/net-zope/zope/zope-3.1.0.ebuild
+++ b/net-zope/zope/zope-3.1.0.ebuild
@@ -42,7 +42,7 @@ src_install() {
dodoc README.txt
dodoc Zope/doc/*.txt
- for DIR in schema security skins style zcml zstyle
+ for DIR in schema security skins style zcml zsync
do
docinto ${DIR}
dodoc Zope/doc/${DIR}/*
@@ -59,7 +59,7 @@ src_install() {
pkg_postinst() {
einfo
- einfo "This release ($PN) can create a default instance using the command: ebuild --config =${PV}"
+ einfo "This release can create a default instance using the command: ebuild --config =${PF}"
einfo
}