diff options
Diffstat (limited to 'games/sokoban/Makefile')
-rw-r--r-- | games/sokoban/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/sokoban/Makefile b/games/sokoban/Makefile index 68cad50f4c14..6a1219528053 100644 --- a/games/sokoban/Makefile +++ b/games/sokoban/Makefile @@ -14,6 +14,7 @@ COMMENT= Logical game: problems with packets in cave WRKSRC= ${WRKDIR}/sokoban ALL_TARGET= +NO_STAGE= yes do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/sokoban ${PREFIX}/bin/sokoban @ ${CHOWN} root:games ${PREFIX}/bin/sokoban |