svn commit: r331837 - in head/sysutils/wiimms: . files
Alexey Dokuchaev
danfe at FreeBSD.org
Mon Oct 28 09:45:29 UTC 2013
On Mon, Oct 28, 2013 at 09:11:37AM +0000, Pietro Cerutti wrote:
> New Revision: 331837
> URL: http://svnweb.freebsd.org/changeset/ports/331837
>
> + @${INSTALL_PROGRAM} ${WRKSRC}/wit ${STAGEDIR}${PREFIX}/bin
> + @${INSTALL_PROGRAM} ${WRKSRC}/wwt ${STAGEDIR}${PREFIX}/bin
> + @${INSTALL_PROGRAM} ${WRKSRC}/wdf ${STAGEDIR}${PREFIX}/bin
> + @${LN} -sf wdf ${STAGEDIR}${PREFIX}/bin/wdf-cat
> + @${LN} -sf wdf ${STAGEDIR}${PREFIX}/bin/wdf-dump
> + @${MKDIR} ${STAGEDIR}${DATADIR}
> + @${INSTALL_DATA} ${WRKSRC}/share/* ${STAGEDIR}${DATADIR}
> + @${INSTALL_SCRIPT} ${WRKSRC}/load-titles.sh ${STAGEDIR}${DATADIR}
Pietro,
It would be nice to tell maintainer that installation commands should not be
muted; muting them leaves the users wondering "what did that thing just
install for me?!" and generally pessimizes debugging. If you worry about
extra noise, you can mute mkdir's, but please leave other commands vocal.
I'm surprised that after this issue was discussed on the lists quite a
number of times, it keeps coming up. :(
./danfe
More information about the svn-ports-all
mailing list