Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Mar 2010 21:46:10 +0800
From:      wen heping <wenheping@gmail.com>
To:        ports@freebsd.org
Subject:   Should this line removed from Makefile?
Message-ID:  <7be7a2801003090546p4f2433b6x343d6194c08c1a29@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7be7a2801003090546p4f2433b6x343d6194c08c1a29>