aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2009-12-01 13:32:27 +0800
committermarcus <marcus@FreeBSD.org>2009-12-01 13:32:27 +0800
commit72d5aa02a366a0649f67043263069ca7c471d277 (patch)
tree854eb136174bd3161799193c7f517cac97ebd626 /sysutils
parentd498eb7c2d95d4a5e59fe4700a1bf579277c2f46 (diff)
downloadfreebsd-ports-gnome-72d5aa02a366a0649f67043263069ca7c471d277.tar.gz
freebsd-ports-gnome-72d5aa02a366a0649f67043263069ca7c471d277.tar.zst
freebsd-ports-gnome-72d5aa02a366a0649f67043263069ca7c471d277.zip
Remove a bogus trailing backslash.
PR: 141040 Submitted by: fluffy
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"