openbsd-ports/print/foomatic-db-hpijs/patches/patch-Makefile_in
ajacoutot cc7f6a7663 Import foomatic-db-hpijs-20070820
Foomatic XML data generators for HP's HPIJS driver, used by
foomatic-db-engine to generate PPD files.

ok jakemsr@
2007-09-18 16:15:09 +00:00

13 lines
417 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1.1.1 2007/09/18 16:15:09 ajacoutot Exp $
--- Makefile.in.orig Mon Aug 20 18:53:25 2007
+++ Makefile.in Sat Sep 15 15:14:27 2007
@@ -62,7 +62,7 @@ install: install-db
install-db:
install -d $(DESTDIR)$(LIBDIR)
- tar cf - --exclude=CVS db | ( cd $(DESTDIR)$(LIBDIR) && tar xf -)
+ tar -cf - -s '/^.*CVS.*$$//' db | ( cd $(DESTDIR)$(LIBDIR) && tar xf -)
build: data-generators