From 3337ae2947e974f4444ebb71465c11e1c21398c6 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Fri, 4 May 2012 15:23:12 +0200 Subject: [PATCH] opensp: fixed to not generate and install documentation if xmlto is *not* installed --- textproc/opensp/opensp.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/opensp/opensp.conf b/textproc/opensp/opensp.conf index 675b175e7..eb29f9bd8 100644 --- a/textproc/opensp/opensp.conf +++ b/textproc/opensp/opensp.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../opensp/opensp.conf -# Copyright (C) 2010 The OpenSDE Project +# Copyright (C) 2010 - 2012 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -12,6 +12,6 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- -if pkginstalled -f xmlto; then +if ! pkginstalled -f xmlto; then var_append extraconfopt ' ' "--disable-doc-build" fi