svn commit: r318986 - head/x11-wm/xfce4

Baptiste Daroussin bapt at FreeBSD.org
Fri May 24 15:53:55 UTC 2013


Author: bapt
Date: Fri May 24 15:53:54 2013
New Revision: 318986
URL: http://svnweb.freebsd.org/changeset/ports/318986

Log:
  Fix underminated quoted string

Modified:
  head/x11-wm/xfce4/Makefile

Modified: head/x11-wm/xfce4/Makefile
==============================================================================
--- head/x11-wm/xfce4/Makefile	Fri May 24 15:52:55 2013	(r318985)
+++ head/x11-wm/xfce4/Makefile	Fri May 24 15:53:54 2013	(r318986)
@@ -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\"/>"


More information about the svn-ports-all mailing list