svn commit: r331221 - head/databases/cego

Alexey Dokuchaev danfe at FreeBSD.org
Tue Oct 22 06:03:36 UTC 2013


On Tue, Oct 22, 2013 at 04:55:32AM +0000, Danilo Egea Gondolfo wrote:
> New Revision: 331221
> URL: http://svnweb.freebsd.org/changeset/ports/331221
> 
>  post-install:
> -	@${MKDIR} ${PREFIX}/share/cego
> -	@${CP} ${WRKSRC}/tools/* ${PREFIX}/share/cego/
> +	@${MKDIR} ${STAGEDIR}${DATADIR}
> +	@${CP} ${WRKSRC}/tools/* ${STAGEDIR}${DATADIR}

You could've also unmuted CP commands.  Muting installation commands is
generally discouraged (muting mkdir's is okay).

No need for immediate action, just a note for the future. :)

./danfe


More information about the svn-ports-head mailing list