svn commit: r308124 - head/security/secpanel

Ruslan Mahmatkhanov rm at FreeBSD.org
Mon Dec 3 06:46:26 UTC 2012


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} \


More information about the svn-ports-all mailing list