diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-24 15:53:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-24 15:53:54 +0000 |
commit | 4f8a3ff7d1c77b8ed710a8b5dee4f0074c5d0924 (patch) | |
tree | 7f37f574ac58e159a11b9babfaa6c2db864ba1be /x11-wm/xfce4 | |
parent | ee9b4d9cd2d4f253027f8face7bd7cb066ac3829 (diff) | |
download | ports-4f8a3ff7d1c77b8ed710a8b5dee4f0074c5d0924.tar.gz ports-4f8a3ff7d1c77b8ed710a8b5dee4f0074c5d0924.zip |
Notes
Diffstat (limited to 'x11-wm/xfce4')
-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\"/>" |