svn commit: r346114 - head/devel/p4.el

Mathieu Arnold mat at FreeBSD.org
Wed Feb 26 10:43:52 UTC 2014


+--On 26 février 2014 06:57:14 +0000 Emanuel Haupt <ehaupt at FreeBSD.org>
wrote:
| +	${MKDIR} ${STAGEDIR}${EMACSLISPDIR}
| +	${INSTALL_DATA} ${WRKSRC}/p4.el ${STAGEDIR}${EMACSLISPDIR}
| +	${MKDIR} ${STAGEDIR}${XEMACSLISPDIR}
| +	${LN} -sf p4.el ${STAGEDIR}${XEMACSLISPDIR}

Taking one amongst many, the current practice is to mute the MKDIR and not
mute commands that install files. Would you mind respecting that in the
future ?

Regards,

-- 
Mathieu Arnold


More information about the svn-ports-all mailing list