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

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 26 11:34:46 UTC 2014


Mathieu Arnold <mat at FreeBSD.org> wrote:
> +--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 ?

This is just a matter of opinion. I've always preferred to see what is
being installed or what direcories are being created. Even the example
in the PHB doesn't mute the mkdir. Unless this gets correcte in the PHB
I won't change this.

Emanuel


More information about the svn-ports-head mailing list