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

Diff for /xenocara/Makefile between version 1.24 and 1.25

version 1.24, 2008/01/05 20:22:38 version 1.25, 2008/01/31 22:34:40
Line 110 
Line 110 
   
   
 distrib-dirs:  distrib-dirs:
         if [ ! -d ${DESTDIR}${X11BASE}/. ]; then \  .if defined(DESTDIR) && ${DESTDIR} != ""
                 ${INSTALL} -d -o root -g wheel -m 755 ${DESTDIR}${X11BASE}/; \          mtree -qdef ${.CURDIR}/etc/mtree/BSD.x11.dist -p ${DESTDIR} -U
         fi  .else
         mtree -qdef ${.CURDIR}/etc/mtree/BSD.x11.dist \          mtree -qdef ${.CURDIR}/etc/mtree/BSD.x11.dist -p / -U
                 -p ${DESTDIR}${X11BASE}/ -U  .endif
         if [ ! -d ${DESTDIR}${X11ETC}/. ]; then \  
                 ${INSTALL} -d -o root -g wheel -m 755 ${DESTDIR}${X11ETC}/; \  
         fi  
         mtree -qdef ${.CURDIR}/etc/mtree/BSD.etc-x11.dist \  
                 -p ${DESTDIR}${X11ETC}/ -U  
   
 .PHONY: all build beforeinstall install afterinstall release clean cleandir \  .PHONY: all build beforeinstall install afterinstall release clean cleandir \
         dist distrib-dirs fix-appd          dist distrib-dirs fix-appd

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25