svn commit: r306617 - head/www/multiwatch

Chris Rees crees at FreeBSD.org
Mon Oct 29 14:55:56 UTC 2012


Author: crees
Date: Mon Oct 29 14:55:55 2012
New Revision: 306617
URL: http://svn.freebsd.org/changeset/ports/306617

Log:
  No indefinite articles should be in COMMENT
  
  Correct CFLAGS
  
  Submitted by:	jhale
  Feature safe:	yes

Modified:
  head/www/multiwatch/Makefile

Modified: head/www/multiwatch/Makefile
==============================================================================
--- head/www/multiwatch/Makefile	Mon Oct 29 14:35:09 2012	(r306616)
+++ head/www/multiwatch/Makefile	Mon Oct 29 14:55:55 2012	(r306617)
@@ -6,7 +6,7 @@ CATEGORIES=	www
 MASTER_SITES=	http://download.lighttpd.net/multiwatch/releases-1.x/
 
 MAINTAINER=	chris+freebsd at chrullrich.net
-COMMENT=	A spawn-fcgi helper for forking multiple workers
+COMMENT=	Spawn-fcgi helper for forking multiple workers
 
 LIB_DEPENDS=	ev:${PORTSDIR}/devel/libev
 
@@ -18,8 +18,8 @@ USE_BZIP2=	yes
 USE_GNOME=	_glib20
 
 # Help configure find libev.
-CFLAGS+=	-I${PREFIX}/include
-LDFLAGS+=	-L${PREFIX}/lib
+CFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
 
 PLIST_FILES=	bin/multiwatch
 


More information about the svn-ports-all mailing list