diff options
Diffstat (limited to 'games/numptyphysics-npcomplete/Makefile')
-rw-r--r-- | games/numptyphysics-npcomplete/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/numptyphysics-npcomplete/Makefile b/games/numptyphysics-npcomplete/Makefile index 2998715b8d49..ed2898fbbc22 100644 --- a/games/numptyphysics-npcomplete/Makefile +++ b/games/numptyphysics-npcomplete/Makefile @@ -21,7 +21,7 @@ DATADIR= ${PREFIX}/share/numptyphysics post-extract: # this level will crash the game - @${RM} -f "${WRKSRC}/L02_bridge Gaps tut.nph" + @${RM} "${WRKSRC}/L02_bridge Gaps tut.nph" do-install: ${MKDIR} ${STAGEDIR}${DATADIR} |