From fa99c2b0469cd6f745f07ddee1a78355d3880dbd Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 2 Aug 2010 18:47:51 +0200 Subject: [PATCH] ghostscript: fixed by removing obsolete make target 'install-cups' --- graphic/ghostscript/ghostscript.conf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/graphic/ghostscript/ghostscript.conf b/graphic/ghostscript/ghostscript.conf index 2b8fb0536..431ff77d7 100644 --- a/graphic/ghostscript/ghostscript.conf +++ b/graphic/ghostscript/ghostscript.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../ghostscript/ghostscript.conf -# Copyright (C) 2009 The OpenSDE Project +# Copyright (C) 2009 - 2010 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -22,7 +22,3 @@ ghostscript_install_gs() { fi } hook_add postmake 5 'ghostscript_install_gs' - -if pkginstalled cups; then - var_append makeinstopt ' ' 'install-cups' -fi