d7fce7c328
- remove quotes from COMMENTS - remove useless patch - take over maintainership no objection from former maintainer Benjamin Lerman, ok jakemsr@ kili@
22 lines
862 B
Plaintext
22 lines
862 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.3 2007/09/09 14:47:33 ajacoutot Exp $
|
|
--- Makefile.in.orig Wed Oct 1 22:10:04 2003
|
|
+++ Makefile.in Sat Sep 8 19:49:58 2007
|
|
@@ -87,7 +87,7 @@ ppddir = $(datadir)/ppd/HP
|
|
@FOOMATIC_INSTALL_FALSE@foomatichook =
|
|
@FOOMATIC_INSTALL_TRUE@unfoomatichook = uninstall-foomatic
|
|
@FOOMATIC_INSTALL_FALSE@unfoomatichook =
|
|
-@FOOMATIC_INSTALL_TRUE@rip = foomatic-rip
|
|
+@FOOMATIC_INSTALL_TRUE@rip =
|
|
@FOOMATIC_INSTALL_FALSE@rip =
|
|
@CUPS_INSTALL_FALSE@@FOOMATIC_INSTALL_TRUE@cupshook =
|
|
@CUPS_INSTALL_TRUE@@FOOMATIC_INSTALL_TRUE@cupshook = install-cups
|
|
@@ -635,7 +635,7 @@ uninstall-hook: $(unfoomatichook) $(uncupshook)
|
|
install-foomatic:
|
|
mkdir -p $(DESTDIR)/$(ppddir)
|
|
rm -f $(DESTDIR)/$(ppddir)/HP*hpijs*.ppd*
|
|
- cp -ax ppd/* $(DESTDIR)/$(ppddir)
|
|
+ cp ppd/* $(DESTDIR)/$(ppddir)
|
|
gzip -f $(DESTDIR)/$(ppddir)/*
|
|
|
|
uninstall-foomatic:
|