Merge from vendor branch TNF:
[pkgsrc.git] / print / cups / patches / patch-ab
1 $NetBSD$
2
3 --- Makefile.orig       Fri Jul  7 14:19:23 2000
4 +++ Makefile    Wed Jul 12 00:49:00 2000
5 @@ -60,8 +60,6 @@
6                 echo Installing in $$dir... ;\
7                 (cd $$dir; $(MAKE) $(MFLAGS) install) || exit 1;\
8         done
9 -       echo Installing in conf...
10 -       (cd conf; $(MAKE) $(MFLAGS) install)
11         echo Installing in data...
12         (cd data; $(MAKE) $(MFLAGS) install)
13         echo Installing in fonts...
14 @@ -72,25 +70,6 @@
15         (cd ppd; $(MAKE) $(MFLAGS) install)
16         echo Installing in templates...
17         (cd templates; $(MAKE) $(MFLAGS) install)
18 -       echo Installing startup script...
19 -       if test -d $(prefix)/sbin/init.d; then \
20 -               $(INSTALL_SCRIPT) cups.sh $(prefix)/sbin/init.d/cups; \
21 -               $(CHMOD) ugo+rx $(prefix)/sbin/init.d/cups; \
22 -               ln -s ../init.d/cups $(prefix)/sbin/rc0.d/K000cups; \
23 -               ln -s ../init.d/cups $(prefix)/sbin/rc2.d/S999cups; \
24 -       fi
25 -       if test -d $(prefix)/etc/rc.d/init.d; then \
26 -               $(INSTALL_SCRIPT) cups.sh $(prefix)/etc/rc.d/init.d/cups; \
27 -               $(CHMOD) ugo+rx $(prefix)/etc/rc.d/cups; \
28 -               ln -s ../init.d/cups $(prefix)/etc/rc.d/rc0.d/K00cups; \
29 -               ln -s ../init.d/cups $(prefix)/etc/rc.d/rc2.d/S99cups; \
30 -       fi
31 -       if test -d $(prefix)/etc/init.d; then \
32 -               $(INSTALL_SCRIPT) cups.sh $(prefix)/etc/init.d/cups; \
33 -               $(CHMOD) ugo+rx $(prefix)/etc/init.d/cups; \
34 -               ln -s ../init.d/cups $(prefix)/etc/rc0.d/K00cups; \
35 -               ln -s ../init.d/cups $(prefix)/etc/rc2.d/S99cups; \
36 -       fi
37  
38  #
39  # Make software distributions using EPM (http://www.easysw.com/epm)...