Should this line removed from Makefile?

wen heping wenheping at gmail.com
Tue Mar 9 13:46:11 UTC 2010


Hi, all:

   In www category, there are some ports with a line as:
1     @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}

   It always followed by this line:
2     @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}'
>> ${TMPPLIST}

while some other ports do not have line 2.

   Is line 2 needed ? In my opion, line 2 changes nothing to
${TMPPLIST} in this case, so line 2 is not needed.

   Any comment ?


wen


More information about the freebsd-ports mailing list