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

Diff for /xenocara/Makefile between version 1.1 and 1.2

version 1.1, 2006/11/26 14:00:56 version 1.2, 2006/11/29 17:42:27
Line 3 
Line 3 
   
 X11BASE?=       /usr/X11R6  X11BASE?=       /usr/X11R6
   
 SUBDIR= proto data/bitmaps lib app data/xkbdata xserver driver util  SUBDIR= proto data/bitmaps lib app data/xkbdata xserver driver doc util
 .ifndef NOFONTS  .ifndef NOFONTS
 SUBDIR+= font  SUBDIR+= font
 .endif  .endif
Line 38 
Line 38 
         fi          fi
         mtree -qdef ${.CURDIR}/etc/mtree/BSD.x11.dist \          mtree -qdef ${.CURDIR}/etc/mtree/BSD.x11.dist \
                 -p ${DESTDIR}${X11BASE}/ -U                  -p ${DESTDIR}${X11BASE}/ -U
           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
   
 update: _SUBDIRUSE  update: _SUBDIRUSE
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2