aboutsummaryrefslogtreecommitdiff
path: root/print/cups-pstoraster/files/patch-src__unixinst.mk
diff options
context:
space:
mode:
Diffstat (limited to 'print/cups-pstoraster/files/patch-src__unixinst.mk')
-rw-r--r--print/cups-pstoraster/files/patch-src__unixinst.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/print/cups-pstoraster/files/patch-src__unixinst.mk b/print/cups-pstoraster/files/patch-src__unixinst.mk
new file mode 100644
index 000000000000..e132b816cb75
--- /dev/null
+++ b/print/cups-pstoraster/files/patch-src__unixinst.mk
@@ -0,0 +1,20 @@
+--- src/unixinst.mak.orig Fri Dec 1 21:54:25 2006
++++ src/unixinst.mak Fri Dec 1 21:55:49 2006
+@@ -18,7 +18,7 @@
+ # containing the `install' targets.
+ # This is the very last part of the makefile for these configurations.
+
+-install: install-exec install-scripts install-data $(INSTALL_SHARED) install-addons-extras
++install: install-exec install-data $(INSTALL_SHARED) install-addons-extras
+
+ # The sh -c in the rules below is required because Ultrix's implementation
+ # of sh -e terminates execution of a command if any error occurs, even if
+@@ -53,7 +53,7 @@
+ PSEXDIR=$(PSLIBDIR)/../examples
+ PSMANDIR=$(PSLIBDIR)/../man
+
+-install-data: install-libdata install-resdata install-doc install-man install-examples
++install-data: install-libdata install-resdata
+
+ # There's no point in providing a complete dependency list: we include
+ # one file from each subdirectory just as a sanity check.