[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.44 and 1.45

version 1.44, 2005/04/15 17:18:57 version 1.45, 2005/09/15 07:12:18
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 135 
Line 132 
          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.44  
changed lines
  Added in v.1.45