summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-06-10 00:27:51 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-06-10 00:27:51 +0800
commitf7204ea297a3856823a1f0fda9a3b4cc3ca3b249 (patch)
tree08a25c4bb2786acf2dc2bd48bc9eed151eb1fb47
parent2d6d9c9a7fe26e65fd1d33610273db7a35d36f7e (diff)
downloadmarcuscom-ports-f7204ea297a3856823a1f0fda9a3b4cc3ca3b249.tar
marcuscom-ports-f7204ea297a3856823a1f0fda9a3b4cc3ca3b249.tar.gz
marcuscom-ports-f7204ea297a3856823a1f0fda9a3b4cc3ca3b249.tar.bz2
marcuscom-ports-f7204ea297a3856823a1f0fda9a3b4cc3ca3b249.tar.lz
marcuscom-ports-f7204ea297a3856823a1f0fda9a3b4cc3ca3b249.tar.xz
marcuscom-ports-f7204ea297a3856823a1f0fda9a3b4cc3ca3b249.tar.zst
marcuscom-ports-f7204ea297a3856823a1f0fda9a3b4cc3ca3b249.zip
The CPPFLAGS should have no quote in it.
Before: --------------------- # make -V CPPFLAGS "-I/usr/local/include" --------------------- After: --------------------- # make -V CPPFLAGS -I/usr/local/include --------------------- git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16049 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--devel/libsoup/Makefile4
-rw-r--r--net/glib-networking/Makefile4
-rw-r--r--net/vino3/Makefile4
-rw-r--r--security/libgnome-keyring/Makefile4
-rw-r--r--www/webkit-gtk3/Makefile4
5 files changed, 10 insertions, 10 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile
index 2b61e5713..83836f082 100644
--- a/devel/libsoup/Makefile
+++ b/devel/libsoup/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/libsoup/Makefile,v 1.101 2011/05/25 15:58:52 kwm Exp $
+# $MCom: ports/devel/libsoup/Makefile,v 1.102 2011/06/06 17:50:29 kwm Exp $
#
PORTNAME= libsoup
@@ -29,7 +29,7 @@ USE_AUTOTOOLS= libtool
USE_GMAKE= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
--disable-gtk-doc
-CPPFLAGS= "-I${LOCALBASE}/include"
+CPPFLAGS= -I${LOCALBASE}/include
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
PLIST_SUB= VERSION="2.4"
diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile
index 055e30df6..868f3a16a 100644
--- a/net/glib-networking/Makefile
+++ b/net/glib-networking/Makefile
@@ -3,7 +3,7 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net/glib-networking/Makefile,v 1.8 2011/05/25 15:55:00 kwm Exp $
+# $MCom: ports/net/glib-networking/Makefile,v 1.9 2011/06/06 17:54:23 kwm Exp $
#
PORTNAME= glib-networking
@@ -31,7 +31,7 @@ USE_GETTEXT= yes
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/cert/ca-root-nss.crt
-CPPFLAGS= "-I${LOCALBASE}/include"
+CPPFLAGS= -I${LOCALBASE}/include
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
diff --git a/net/vino3/Makefile b/net/vino3/Makefile
index 0289a743a..d086b7c28 100644
--- a/net/vino3/Makefile
+++ b/net/vino3/Makefile
@@ -3,7 +3,7 @@
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
#
# $FreeBSD$
-# $MCom: ports/net/vino3/Makefile,v 1.9 2011/05/02 21:10:43 kwm Exp $
+# $MCom: ports/net/vino3/Makefile,v 1.10 2011/06/06 17:54:24 kwm Exp $
#
PORTNAME= vino
@@ -34,7 +34,7 @@ GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CONFIGURE_ARGS= --without-network-manager \
--disable-http-server
-CPPFLAGS= "-I${LOCALBASE}/include"
+CPPFLAGS= -I${LOCALBASE}/include
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
GLIB_SCHEMAS= org.gnome.Vino.enums.xml org.gnome.Vino.gschema.xml
diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile
index 796e5cd9d..fc94b49cf 100644
--- a/security/libgnome-keyring/Makefile
+++ b/security/libgnome-keyring/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/security/libgnome-keyring/Makefile,v 1.15 2011/05/24 10:12:55 kwm Exp $
+# $MCom: ports/security/libgnome-keyring/Makefile,v 1.16 2011/05/28 12:33:47 kwm Exp $
#
PORTNAME= libgnome-keyring
@@ -23,7 +23,7 @@ USE_GMAKE= yes
USE_GETTEXT= yes
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
-CPPFLAGS= "-I${LOCALBASE}/include"
+CPPFLAGS= -I${LOCALBASE}/include
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>
diff --git a/www/webkit-gtk3/Makefile b/www/webkit-gtk3/Makefile
index b01492042..eaa34a473 100644
--- a/www/webkit-gtk3/Makefile
+++ b/www/webkit-gtk3/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/webkit-gtk3/Makefile,v 1.15 2011/06/07 13:35:09 kwm Exp $
+# $MCom: ports/www/webkit-gtk3/Makefile,v 1.16 2011/06/09 10:13:51 kwm Exp $
#
PORTNAME= webkit
@@ -35,7 +35,7 @@ USE_GNOME= gtk30 libxslt ltverhack
USE_PERL5= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-CPPFLAGS= "-I${LOCALBASE}/include"
+CPPFLAGS= -I${LOCALBASE}/include
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
ac_cv_path_FLEX="${LOCALBASE}/bin/flex" \
ac_cv_path_DOLT_BASH=""