28 lines
548 B
Text
28 lines
548 B
Text
$NetBSD: patch-data_Makefile,v 1.2 2015/01/18 17:15:20 wiz Exp $
|
|
|
|
Do not install banner files and testprint to avoid conflict with
|
|
cups-filters, which installs them too.
|
|
|
|
https://cups.org/str.php?L4518+P-1+S-2+C0+I0+E0+Q
|
|
|
|
--- data/Makefile.orig 2013-05-29 11:51:34.000000000 +0000
|
|
+++ data/Makefile
|
|
@@ -19,16 +19,9 @@ include ../Makedefs
|
|
# Data files...
|
|
#
|
|
|
|
-BANNERS = \
|
|
- classified \
|
|
- confidential \
|
|
- secret \
|
|
- standard \
|
|
- topsecret \
|
|
- unclassified
|
|
+BANNERS =
|
|
|
|
-DATAFILES = \
|
|
- testprint
|
|
+DATAFILES =
|
|
|
|
PPDCFILES = \
|
|
epson.h \
|