summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-12-01 05:32:27 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-12-01 05:32:27 +0000
commit306f551edf62e317bb5f0df7b13ec8ebeb699ed4 (patch)
tree7ea55fd184923fc9fa0e87f8c20c5ae232362de3 /sysutils
parentMake 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/Makefile2
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"