diff options
Diffstat (limited to 'games/barbie_seahorse_adventures/Makefile')
-rw-r--r-- | games/barbie_seahorse_adventures/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/barbie_seahorse_adventures/Makefile b/games/barbie_seahorse_adventures/Makefile index bfbad91476ae..1614ac24a4a7 100644 --- a/games/barbie_seahorse_adventures/Makefile +++ b/games/barbie_seahorse_adventures/Makefile @@ -35,7 +35,7 @@ DESKTOP_ENTRIES="Barbie Seahorse Adventures" "" "${PORTNAME}" \ "${PORTNAME}" "Game;ArcadeGame;" "" post-extract: - @cd ${WRKSRC} && ${RM} -f data/REMOVE_ME.txt data/sample.txt \ + @cd ${WRKSRC} && ${RM} data/REMOVE_ME.txt data/sample.txt \ lib/pgu/LICENSE.txt post-patch: |