diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-12-05 11:07:03 +0800 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-12-05 11:07:03 +0800 |
commit | 020b39bad1862652113f57303127c08f5f7488ff (patch) | |
tree | b21ba3e96205874ae23523fc71f53f9de83603fa | |
parent | 64f337d117f499494cb6aa2601c7238528c20f7c (diff) | |
download | freebsd-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/Makefile | 4 |
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> |