diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-24 23:53:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-24 23:53:54 +0800 |
commit | a4765659bd1b6692b208195f96bce3b3d0b14518 (patch) | |
tree | 7f37f574ac58e159a11b9babfaa6c2db864ba1be /x11-wm | |
parent | 0e72352340904b3070abd713d0fd87c791bec6d3 (diff) | |
download | freebsd-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/Makefile | 2 |
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\"/>" |