Date: Mon, 28 Oct 2013 09:58:03 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331839 - head/sysutils/wiimms Message-ID: <201310280958.r9S9w3rg094604@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Mon Oct 28 09:58:03 2013 New Revision: 331839 URL: http://svnweb.freebsd.org/changeset/ports/331839 Log: - Unmute INSTALL_ commands Reported by: danfe Approved by: maintainer Modified: head/sysutils/wiimms/Makefile Modified: head/sysutils/wiimms/Makefile ============================================================================== --- head/sysutils/wiimms/Makefile Mon Oct 28 09:26:46 2013 (r331838) +++ head/sysutils/wiimms/Makefile Mon Oct 28 09:58:03 2013 (r331839) @@ -36,13 +36,13 @@ do-configure: @cd ${WRKSRC} && ./setup.sh do-install: - @${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 + ${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} + ${INSTALL_DATA} ${WRKSRC}/share/* ${STAGEDIR}${DATADIR} + ${INSTALL_SCRIPT} ${WRKSRC}/load-titles.sh ${STAGEDIR}${DATADIR} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310280958.r9S9w3rg094604>