summaryrefslogtreecommitdiff
path: root/print/cups/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'print/cups/patches/patch-ac')
-rw-r--r--print/cups/patches/patch-ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/print/cups/patches/patch-ac b/print/cups/patches/patch-ac
deleted file mode 100644
index 4e619a3182f..00000000000
--- a/print/cups/patches/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.10 2001/08/02 03:37:39 jlam Exp $
-
---- backend/Makefile.orig Wed Jun 27 17:53:07 2001
-+++ backend/Makefile
-@@ -50,7 +50,9 @@
-
- install:
- $(INSTALL_DIR) $(SERVERBIN)/backend
-- $(INSTALL_BIN) $(BACKENDS) http $(SERVERBIN)/backend
-+ $(INSTALL_BIN) $(BACKENDS) $(SERVERBIN)/backend
-+ $(RM) $(SERVERBIN)/backend/http
-+ $(LN) ipp $(SERVERBIN)/backend/http
-
-
- #