Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 15:53:55 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318986 - head/x11-wm/xfce4
Message-ID:  <201305241553.r4OFrt2D079557@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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\"/>"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305241553.r4OFrt2D079557>