Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2019 11:26:14 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511177 - head/games/linux-unigine-valley
Message-ID:  <201909051126.x85BQEg7095533@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Sep  5 11:26:14 2019
New Revision: 511177
URL: https://svnweb.freebsd.org/changeset/ports/511177

Log:
  Replace ${FALSE} with false in DESKTOP_ENTRIES.  ${FALSE} is a command.
  
  PR:		239783

Modified:
  head/games/linux-unigine-valley/Makefile

Modified: head/games/linux-unigine-valley/Makefile
==============================================================================
--- head/games/linux-unigine-valley/Makefile	Thu Sep  5 11:25:53 2019	(r511176)
+++ head/games/linux-unigine-valley/Makefile	Thu Sep  5 11:26:14 2019	(r511177)
@@ -28,7 +28,7 @@ SHEBANG_FILES=	valley
 bash_CMD=	${LINUXBASE}/bin/bash
 
 DESKTOP_ENTRIES="Unigine Valley" "${COMMENT}" "${DATADIR}/data/launcher/icon.png" \
-		"${PKGNAMEPREFIX}${PORTNAME}" "Game;" ${FALSE}
+		"${PKGNAMEPREFIX}${PORTNAME}" "Game;" false
 
 do-extract:
 	@${MKDIR} ${WRKSRC}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909051126.x85BQEg7095533>