svn commit: r318847 - in head/lang/newlisp: . files
Alexey Dokuchaev
danfe at FreeBSD.org
Thu May 23 07:30:30 UTC 2013
On Thu, May 23, 2013 at 07:11:47AM +0000, Jimmy Olgeni wrote:
> New Revision: 318847
> URL: http://svnweb.freebsd.org/changeset/ports/318847
>
> do-install:
> - ${INSTALL_PROGRAM} ${WRKSRC}/newlisp ${PREFIX}/bin/
> - ${INSTALL_SCRIPT} ${WRKSRC}/util/newlispdoc ${PREFIX}/bin/
> + @${INSTALL_PROGRAM} ${WRKSRC}/newlisp ${PREFIX}/bin
> + @${INSTALL_SCRIPT} ${WRKSRC}/util/newlispdoc ${PREFIX}/bin
>
> - ${MKDIR} ${DATADIR}/util/
> - ${INSTALL_DATA} ${WRKSRC}/util/syntax.cgi \
> + @${MKDIR} ${DATADIR}/util
> + @${INSTALL_DATA} ${WRKSRC}/util/syntax.cgi \
> [...]
This is wrong: we do not mute installation commands. Muting MKDIR is OK.
./danfe
More information about the svn-ports-head
mailing list