svn commit: r308306 - head/games/magicmaze

Jason Helfman jgh at FreeBSD.org
Wed Dec 5 03:07:04 UTC 2012


Author: jgh
Date: Wed Dec  5 03:07:03 2012
New Revision: 308306
URL: http://svnweb.freebsd.org/changeset/ports/308306

Log:
  - trim header per standards, use false in favor of ${FALSE}
  
  PR:		170774
  Spotted by:	danfe
  Approved by:	maintainer, nemysis at gmx.ch (implicit)
  Feature safe:	yes

Modified:
  head/games/magicmaze/Makefile

Modified: head/games/magicmaze/Makefile
==============================================================================
--- head/games/magicmaze/Makefile	Wed Dec  5 02:54:54 2012	(r308305)
+++ head/games/magicmaze/Makefile	Wed Dec  5 03:07:03 2012	(r308306)
@@ -1,7 +1,5 @@
 # Created by: nemysis at gmx.ch
-#
 # $FreeBSD$
-#
 
 PORTNAME=	magicmaze
 PORTVERSION=	1.4.3.6
@@ -32,7 +30,7 @@ SUB_FILES=	${PORTNAME}
 SUB_LIST=	RUBY=${RUBY}
 
 DESKTOP_ENTRIES="Magic Maze" "${COMMENT}" "${PORTNAME}" \
-		"${PORTNAME}" "Game;ArcadeGame;" ${FALSE}
+		"${PORTNAME}" "Game;ArcadeGame;" false
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list