aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-24 23:53:54 +0800
committerbapt <bapt@FreeBSD.org>2013-05-24 23:53:54 +0800
commita4765659bd1b6692b208195f96bce3b3d0b14518 (patch)
tree7f37f574ac58e159a11b9babfaa6c2db864ba1be /x11-wm
parent0e72352340904b3070abd713d0fd87c791bec6d3 (diff)
downloadfreebsd-ports-gnome-a4765659bd1b6692b208195f96bce3b3d0b14518.tar.gz
freebsd-ports-gnome-a4765659bd1b6692b208195f96bce3b3d0b14518.tar.zst
freebsd-ports-gnome-a4765659bd1b6692b208195f96bce3b3d0b14518.zip
Fix underminated quoted string
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/xfce4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile
index 6869d83ef788..f3364d89a607 100644
--- a/x11-wm/xfce4/Makefile
+++ b/x11-wm/xfce4/Makefile
@@ -99,7 +99,7 @@ post-install:
@${ECHO} "If you want to allow users to restart or shutdown the system,"
@${ECHO} "do not forget to add the following lines between the <config>"
@${ECHO} "tags in your PolicyKit.conf file."
- @${ECHO} " ${PREFIX}/etc/PolicyKit/PolicyKit.conf
+ @${ECHO} " ${PREFIX}/etc/PolicyKit/PolicyKit.conf"
@${ECHO} ""
@${ECHO} "<match action=\"org.freedesktop.hal.power-management.shutdown\">"
@${ECHO} " <return result=\"yes\"/>"