diff options
Diffstat (limited to 'games/gnugo/Makefile')
-rw-r--r-- | games/gnugo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile index 53ab9b3523bf..e32bc9433722 100644 --- a/games/gnugo/Makefile +++ b/games/gnugo/Makefile @@ -17,6 +17,6 @@ PLIST_FILES= bin/gnugo \ man/man6/gnugo.6.gz post-extract: - ${RM} -f ${WRKSRC}/doc/gnugo.info* + ${RM} ${WRKSRC}/doc/gnugo.info* .include <bsd.port.mk> |