diff options
| author | Tijl Coosemans <tijl@FreeBSD.org> | 2019-09-05 11:26:14 +0000 |
|---|---|---|
| committer | Tijl Coosemans <tijl@FreeBSD.org> | 2019-09-05 11:26:14 +0000 |
| commit | f1d597983633e309ed5698e14a8932f4716433bf (patch) | |
| tree | 9eab952575346232f68bfe5833ef93b3d4b8d555 | |
| parent | gecko: don't require gconf on non-Gnome2 desktops (diff) | |
Replace ${FALSE} with false in DESKTOP_ENTRIES. ${FALSE} is a command.
PR: 239783
| -rw-r--r-- | games/linux-unigine-valley/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-unigine-valley/Makefile b/games/linux-unigine-valley/Makefile index 32a337a9e2d4..61690e5d5717 100644 --- a/games/linux-unigine-valley/Makefile +++ b/games/linux-unigine-valley/Makefile @@ -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} |
