aboutsummaryrefslogtreecommitdiffstats
path: root/print/cups-base/files/patch-conf-Makefile
blob: 73633ede524440a9e8c1f6db41b36fdfaba62edd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- conf/Makefile.orig  2011-03-03 00:19:41.555484014 +0100
+++ conf/Makefile   2011-03-03 00:20:17.791387420 +0100
@@ -90,10 +90,10 @@
    done
    -if test x$(PAMDIR) != x; then \
        $(INSTALL_DIR) -m 755 $(BUILDROOT)$(PAMDIR); \
-       if test -r $(BUILDROOT)$(PAMDIR)/cups ; then \
-           $(INSTALL_DATA) $(PAMFILE) $(BUILDROOT)$(PAMDIR)/cups.N ; \
+       if test -r $(BUILDROOT)$(PAMDIR)/cups.default ; then \
+           $(INSTALL_DATA) $(PAMFILE) $(BUILDROOT)$(PAMDIR)/cups.default.N ; \
        else \
-           $(INSTALL_DATA) $(PAMFILE) $(BUILDROOT)$(PAMDIR)/cups ; \
+           $(INSTALL_DATA) $(PAMFILE) $(BUILDROOT)$(PAMDIR)/cups.default ; \
        fi ; \
    fi
 
/tr> * Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-1/+1 * lang/phantomjs: Update to 2.1.1feld2017-01-301-12/+14 * Remove BROKEN_FreeBSD_9sunpoet2017-01-01