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 /games | |
parent | 3adffbd3a16b67ceac3954c141a30550bbacf69b (diff) | |
download | ports-f1d597983633e309ed5698e14a8932f4716433bf.tar.gz ports-f1d597983633e309ed5698e14a8932f4716433bf.zip |
Notes
Diffstat (limited to 'games')
-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} |