Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2018 23:02:16 +0700
From:      Eugene Grosbein <eugen@grosbein.net>
To:        Tobias Kortkamp <tobik@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r479292 - in head/net-mgmt/statsite: . files
Message-ID:  <c1664869-2d33-d71c-8d4f-c4aae334a551@grosbein.net>
In-Reply-To: <201809091556.w89FuIMY079766@repo.freebsd.org>
References:  <201809091556.w89FuIMY079766@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 ?





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c1664869-2d33-d71c-8d4f-c4aae334a551>