diff options
Diffstat (limited to 'games/znibbles/Makefile')
-rw-r--r-- | games/znibbles/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/znibbles/Makefile b/games/znibbles/Makefile index 9915290a2d14..b9baf208c2fd 100644 --- a/games/znibbles/Makefile +++ b/games/znibbles/Makefile @@ -29,7 +29,7 @@ GTK1_PLIST_FILES= bin/gznibbles man/man6/gznibbles.6.gz GTK1_CONFIGURE_ENABLE= gtk post-extract: - @${RM} -f ${WRKSRC}/src/getopt.h + @${RM} ${WRKSRC}/src/getopt.h post-patch: @${REINPLACE_CMD} -e \ |