[BACK]Return to bsd.prog.mk CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.prog.mk between version 1.45 and 1.46

version 1.45, 2005/09/15 07:12:18 version 1.46, 2005/09/16 21:23:21
Line 124 
Line 124 
         ${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} \          ${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} \
             -m ${BINMODE} ${PROG} ${DESTDIR}${BINDIR}/${PROG}              -m ${BINMODE} ${PROG} ${DESTDIR}${BINDIR}/${PROG}
 .endif  .endif
   .endif
   
   install: maninstall _SUBDIRUSE
 .if defined(LINKS) && !empty(LINKS)  .if defined(LINKS) && !empty(LINKS)
 .  for lnk file in ${LINKS}  .  for lnk file in ${LINKS}
         @l=${DESTDIR}${lnk}; \          @l=${DESTDIR}${lnk}; \
Line 132 
Line 135 
          rm -f $$t; ln $$l $$t           rm -f $$t; ln $$l $$t
 .  endfor  .  endfor
 .endif  .endif
 .endif  
   
 install: maninstall _SUBDIRUSE  
   
 maninstall: afterinstall  maninstall: afterinstall
 afterinstall: realinstall  afterinstall: realinstall

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46