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

Diff for /src/share/mk/bsd.port.mk between version 1.11 and 1.12

version 1.11, 1997/04/19 19:34:29 version 1.12, 1997/04/27 21:38:33
Line 420 
Line 420 
   
 # A few aliases for *-install targets  # A few aliases for *-install targets
 INSTALL_PROGRAM= \  INSTALL_PROGRAM= \
         ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}          ${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
 INSTALL_SCRIPT= \  INSTALL_SCRIPT= \
         ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}          ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
 INSTALL_DATA= \  INSTALL_DATA= \
         ${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE}          ${INSTALL} ${INSTALL_COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE}
 INSTALL_MAN= \  INSTALL_MAN= \
         ${INSTALL} ${COPY} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE}          ${INSTALL} ${INSTALL_COPY} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE}
   
 # The user can override the NO_PACKAGE by specifying this from  # The user can override the NO_PACKAGE by specifying this from
 # the make command line  # the make command line

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12