diff options
author | crees <crees@FreeBSD.org> | 2012-10-29 22:55:55 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-10-29 22:55:55 +0800 |
commit | 3d63a5623ba99035937f5009a98c33131afb54a8 (patch) | |
tree | c78426561ec879b528e2c463c1a6189c9d751f80 | |
parent | 522151187bccab4e092030f076c7b939cb0c0b7d (diff) | |
download | freebsd-ports-gnome-3d63a5623ba99035937f5009a98c33131afb54a8.tar.gz freebsd-ports-gnome-3d63a5623ba99035937f5009a98c33131afb54a8.tar.zst freebsd-ports-gnome-3d63a5623ba99035937f5009a98c33131afb54a8.zip |
No indefinite articles should be in COMMENT
Correct CFLAGS
Submitted by: jhale
Feature safe: yes
-rw-r--r-- | www/multiwatch/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/multiwatch/Makefile b/www/multiwatch/Makefile index 31f7e36a2b24..c83173ef79e0 100644 --- a/www/multiwatch/Makefile +++ b/www/multiwatch/Makefile @@ -6,7 +6,7 @@ CATEGORIES= www MASTER_SITES= http://download.lighttpd.net/multiwatch/releases-1.x/ MAINTAINER= chris+freebsd@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 |