summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/blazeblogger/blazeblogger-1.2.0.ebuild')
-rw-r--r--www-apps/blazeblogger/blazeblogger-1.2.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/www-apps/blazeblogger/blazeblogger-1.2.0.ebuild b/www-apps/blazeblogger/blazeblogger-1.2.0.ebuild
index b3d110fb6376..1dfd78161388 100644
--- a/www-apps/blazeblogger/blazeblogger-1.2.0.ebuild
+++ b/www-apps/blazeblogger/blazeblogger-1.2.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/blazeblogger/blazeblogger-1.2.0.ebuild,v 1.1 2012/05/29 21:16:35 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/blazeblogger/blazeblogger-1.2.0.ebuild,v 1.2 2013/06/21 19:33:51 xmw Exp $
EAPI=4
-DESCRIPTION="a simple-to-use but capable CMS for the command line, producing static content"
+DESCRIPTION="simple-to-use, capable content management system for the cmdline producing static content"
HOMEPAGE="http://blaze.blackened.cz/"
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz
doc? ( http://${PN}.googlecode.com/files/${PN}-doc-${PV}.tar.gz ) "
@@ -26,5 +26,5 @@ src_prepare() {
src_install() {
emake prefix="${D}/usr" config="${D}/etc" install
- use doc && dohtml -r ${WORKDIR}/${PN}-doc-${PV}/*
+ use doc && dohtml -r "${WORKDIR}"/${PN}-doc-${PV}/*
}