[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / xenocara

Diff for /xenocara/Makefile between version 1.21 and 1.22

version 1.21, 2007/06/11 15:27:51 version 1.22, 2007/10/27 20:01:23
Line 35 
Line 35 
 afterinstall:  afterinstall:
         ${MAKE} install-mk          ${MAKE} install-mk
         ${MAKE} fix-appd          ${MAKE} fix-appd
           ${MAKE} font-cache
         /usr/libexec/makewhatis ${DESTDIR}/usr/X11R6/man          /usr/libexec/makewhatis ${DESTDIR}/usr/X11R6/man
   
 realinstall: _SUBDIRUSE  realinstall: _SUBDIRUSE
Line 44 
Line 45 
         cd ${.CURDIR}/share/mk \          cd ${.CURDIR}/share/mk \
                 && ${MAKE} X11BASE=${X11BASE} install                  && ${MAKE} X11BASE=${X11BASE} install
 .endif  .endif
   
   font-cache:
           @echo "running fc-cache"
           if test -z "$(DESTDIR)"; then \
                   fc-cache -s -v ;\
           else\
                   fc-cache -c ${DESTDIR} -s -v ;\
           fi
   
 fix-appd:  fix-appd:
         # Make sure /usr/local/lib/X11/app-defaults is a link          # Make sure /usr/local/lib/X11/app-defaults is a link

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22