diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-30 12:23:56 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-30 12:23:56 +0800 |
commit | d5097cd83bcabbf3c7a769c3b2dbc147057f4894 (patch) | |
tree | 0f1e0301df151bc8240dcc8769eeb1e9f484aaf0 /editors | |
parent | ff738afba201040a24503f435563e57fc2b56df1 (diff) | |
download | marcuscom-ports-d5097cd83bcabbf3c7a769c3b2dbc147057f4894.tar marcuscom-ports-d5097cd83bcabbf3c7a769c3b2dbc147057f4894.tar.gz marcuscom-ports-d5097cd83bcabbf3c7a769c3b2dbc147057f4894.tar.bz2 marcuscom-ports-d5097cd83bcabbf3c7a769c3b2dbc147057f4894.tar.lz marcuscom-ports-d5097cd83bcabbf3c7a769c3b2dbc147057f4894.tar.xz marcuscom-ports-d5097cd83bcabbf3c7a769c3b2dbc147057f4894.tar.zst marcuscom-ports-d5097cd83bcabbf3c7a769c3b2dbc147057f4894.zip |
Make portlint happy, ran by cports.sh.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16095 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit-plugins/Makefile | 6 | ||||
-rw-r--r-- | editors/gedit-plugins3/Makefile | 6 | ||||
-rw-r--r-- | editors/gedit/Makefile | 6 | ||||
-rw-r--r-- | editors/gedit3/Makefile | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile index f234b6261..3ca3b0c10 100644 --- a/editors/gedit-plugins/Makefile +++ b/editors/gedit-plugins/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit-plugins/Makefile,v 1.50 2011/04/26 03:09:53 mezz Exp $ +# $MCom: ports/editors/gedit-plugins/Makefile,v 1.51 2011/04/30 20:43:16 mezz Exp $ # PORTNAME= gedit-plugins @@ -30,8 +30,8 @@ USE_GETTEXT= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomehack gnomeprefix intlhack gnomevfs2 WANT_GNOME= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS= -I${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" GCONF_SCHEMAS= gedit-show-tabbar-plugin.schemas \ gedit-drawspaces.schemas diff --git a/editors/gedit-plugins3/Makefile b/editors/gedit-plugins3/Makefile index 806353b7e..0096cc7f4 100644 --- a/editors/gedit-plugins3/Makefile +++ b/editors/gedit-plugins3/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit-plugins3/Makefile,v 1.10 2011/06/10 22:59:03 mezz Exp $ +# $MCom: ports/editors/gedit-plugins3/Makefile,v 1.11 2011/06/21 09:17:02 kwm Exp $ # PORTNAME= gedit-plugins @@ -29,8 +29,8 @@ USE_GETTEXT= yes USE_AUTOTOOLS= libtool USE_GNOME= gnomehack gnomeprefix intlhack gtk30 gtksourceview3 WANT_GNOME= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS= -I${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" GLIB_SCHEMAS= org.gnome.gedit.plugins.drawspaces.gschema.xml diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index e9ac9a00a..f88ea288c 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit/Makefile,v 1.128 2011/04/30 20:43:16 mezz Exp $ +# $MCom: ports/editors/gedit/Makefile,v 1.129 2011/06/03 21:27:49 mezz Exp $ # PORTNAME= gedit @@ -33,8 +33,8 @@ USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gtksourceview2 \ desktopfileutils gnomedocutils ltasneededhack WANT_GNOME= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS= -I${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" PLIST_SUB= VERSION="2.20" MAN1= gedit.1 diff --git a/editors/gedit3/Makefile b/editors/gedit3/Makefile index b44c66802..aa6a175db 100644 --- a/editors/gedit3/Makefile +++ b/editors/gedit3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/editors/gedit3/Makefile,v 1.18 2011/06/10 22:59:03 mezz Exp $ +# $MCom: ports/editors/gedit3/Makefile,v 1.19 2011/06/16 18:03:27 kwm Exp $ # PORTNAME= gedit @@ -37,8 +37,8 @@ USE_AUTOTOOLS= libtool USE_GNOME= gnomeprefix gnomehack intlhack gtksourceview3 libxml2 \ desktopfileutils gnomedocutils pygobject CONFIGURE_ARGS= --disable-updater --enable-indicator=no -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS= -I${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" PLIST_SUB= VERSION="3.0" MAN1= gedit.1 |