openbsd-ports/print/cups/patches/patch-systemv_Makefile
mbalmer 7a65d71e93 CUPS, the Common Unix Printing System.
A cross-platform printing solution for Unix environments,
based on the "Internet Printing Protocol, IPP".

ok alek@
2005-01-16 12:36:42 +00:00

18 lines
562 B
Plaintext

--- systemv/Makefile.orig Wed Aug 11 16:10:22 2004
+++ systemv/Makefile Sun Nov 7 15:24:10 2004
@@ -77,10 +77,10 @@ install: all
$(INSTALL_BIN) lp $(BINDIR)
$(INSTALL_BIN) lpoptions $(BINDIR)
$(INSTALL_BIN) lpstat $(BINDIR)
- -$(INSTALL_BIN) -m 4755 -o $(CUPS_USER) -g $(CUPS_GROUP) lppasswd $(BINDIR)
- if test ! -x $(BINDIR)/lppasswd; then \
- chmod 755 $(BINDIR)/lppasswd; \
- fi
+# -$(INSTALL_BIN) -m 4755 -o $(CUPS_USER) -g $(CUPS_GROUP) lppasswd $(BINDIR)
+# if test ! -x $(BINDIR)/lppasswd; then \
+# chmod 755 $(BINDIR)/lppasswd; \
+# fi
#