diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-12-01 05:32:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-12-01 05:32:27 +0000 |
commit | 306f551edf62e317bb5f0df7b13ec8ebeb699ed4 (patch) | |
tree | 7ea55fd184923fc9fa0e87f8c20c5ae232362de3 /sysutils | |
parent | Make uploadprogress module fetchtable (accordingly). (diff) |
Remove a bogus trailing backslash.
PR: 141040
Submitted by: fluffy
Notes
Notes:
svn path=/head/; revision=245045
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/polkit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile index 67cddeda6203..19f4231eecdc 100644 --- a/sysutils/polkit/Makefile +++ b/sysutils/polkit/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ARGS= --disable-gtk-doc \ --with-pam-include=system \ --with-os-type=freebsd \ --enable-introspection \ - --localstatedir=/var \ + --localstatedir=/var CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ GTKDOC="false" |