mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- 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
This commit is contained in:
parent
64f337d117
commit
020b39bad1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308306
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user