svn commit: r306615 - in head/www: . multiwatch

Jason E. Hale jhale at freebsd.org
Mon Oct 29 14:46:44 UTC 2012


On Monday, October 29, 2012 14:29:15 Chris Rees wrote:
> Author: crees
> Date: Mon Oct 29 14:29:15 2012
> New Revision: 306615
> URL: http://svn.freebsd.org/changeset/ports/306615
> 
> Added: head/www/multiwatch/Makefile
> ============================================================================
> == --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/www/multiwatch/Makefile	Mon Oct 29 14:29:15 2012	(r306615)

> +COMMENT=	A spawn-fcgi helper for forking multiple workers
>
The indefinite article should be removed from COMMENT.

> +# Help configure find libev.
> +CFLAGS+=	-I${PREFIX}/include
> +LDFLAGS+=	-L${PREFIX}/lib
>
Shouldn't this be ${LOCALBASE} instead of ${PREFIX}?

-- 
Jason E. Hale - jhale@
FreeBSD Ports Committer
KDE/FreeBSD Team


More information about the svn-ports-head mailing list