aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-12-05 11:07:03 +0800
committerJason Helfman <jgh@FreeBSD.org>2012-12-05 11:07:03 +0800
commit020b39bad1862652113f57303127c08f5f7488ff (patch)
treeb21ba3e96205874ae23523fc71f53f9de83603fa
parent64f337d117f499494cb6aa2601c7238528c20f7c (diff)
downloadfreebsd-ports-gnome-020b39bad1862652113f57303127c08f5f7488ff.tar.gz
freebsd-ports-gnome-020b39bad1862652113f57303127c08f5f7488ff.tar.zst
freebsd-ports-gnome-020b39bad1862652113f57303127c08f5f7488ff.zip
- trim header per standards, use false in favor of ${FALSE}
PR: 170774 Spotted by: danfe Approved by: maintainer, nemysis@gmx.ch (implicit) Feature safe: yes
-rw-r--r--games/magicmaze/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/games/magicmaze/Makefile b/games/magicmaze/Makefile
index dc328f9c8c97..efb0581a6dbd 100644
--- a/games/magicmaze/Makefile
+++ b/games/magicmaze/Makefile
@@ -1,7 +1,5 @@
# Created by: nemysis@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>