svn commit: r479292 - in head/net-mgmt/statsite: . files

Eugene Grosbein eugen at grosbein.net
Sun Sep 9 16:02:39 UTC 2018


09.09.2018 22:56, Tobias Kortkamp wrote:

> @@ -20,10 +21,18 @@ MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LD
>  
>  USERS=		statsd
>  GROUPS=		statsd
> +USE_RC_SUBR=	statsite
>  
>  OPTIONS_DEFINE=	DOCS
>  
>  PORTDOCS=	README.md
> +
> +post-patch:
> +	@${REINPLACE_CMD} -e 's,python,${PYTHON_CMD},' \
> +		-e 's,/usr/libexec,/usr/local/share,' \
> +		-e '/daemonize/d' \
> +		-e '/pid_file/d' \
> +		${WRKSRC}/rpm/statsite.conf.example

Why "/usr/local/share" here instead of %%PREFIX%%/share ?




More information about the svn-ports-head mailing list