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

Diff for /xenocara/Makefile between version 1.13 and 1.14

version 1.13, 2006/12/31 10:52:07 version 1.14, 2006/12/31 13:55:44
Line 9 
Line 9 
 .ifndef NOFONTS  .ifndef NOFONTS
 SUBDIR+= font  SUBDIR+= font
 .endif  .endif
 .ifmake(install)  
 SUBDIR+= share/mk  
 .endif  
   
 NOOBJ=  NOOBJ=
   
Line 32 
Line 29 
         ${MAKE} distrib-dirs          ${MAKE} distrib-dirs
         ${MAKE} includes          ${MAKE} includes
   
 afterinstall: fix-appd  afterinstall:
           ${MAKE} install-mk
           ${MAKE} fix-appd
         cd distrib/notes; ${MAKE} install          cd distrib/notes; ${MAKE} install
         /usr/libexec/makewhatis ${DESTDIR}/usr/X11R6/man          /usr/libexec/makewhatis ${DESTDIR}/usr/X11R6/man
   
 realinstall: _SUBDIRUSE  realinstall: _SUBDIRUSE
   
   install-mk:
   .if defined(DESTDIR) && (${DESTDIR} != "" || ${DESTDIR} != "/")
           cd ${.CURDIR}/share/mk \
                   && ${MAKE} X11BASE=${X11BASE} install
   .endif
   
 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.13  
changed lines
  Added in v.1.14