Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2012 06:46:25 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308124 - head/security/secpanel
Message-ID:  <201212030646.qB36kPZI062433@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Mon Dec  3 06:46:25 2012
New Revision: 308124
URL: http://svnweb.freebsd.org/changeset/ports/308124

Log:
  - set explicit value for StartupNotify in DESKTOP_ENTRIES
  
  Suggested by:	danfe
  Feature safe:	yes

Modified:
  head/security/secpanel/Makefile

Modified: head/security/secpanel/Makefile
==============================================================================
--- head/security/secpanel/Makefile	Mon Dec  3 05:26:26 2012	(r308123)
+++ head/security/secpanel/Makefile	Mon Dec  3 06:46:25 2012	(r308124)
@@ -26,7 +26,7 @@ NO_BUILD=	yes
 USE_TK_WRAPPER=	yes
 
 DESKTOP_ENTRIES="SecPanel" "${COMMENT}" "${PORTNAME}" \
-		"${PORTNAME}" "Application;System;" ${FALSE}
+		"${PORTNAME}" "Application;System;" "false"
 
 post-patch:
 	@${REINPLACE_CMD} \



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