diff options
Diffstat (limited to 'games/corewars')
-rw-r--r-- | games/corewars/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/corewars/Makefile b/games/corewars/Makefile index db12450b2c4e..2a280a4908f8 100644 --- a/games/corewars/Makefile +++ b/games/corewars/Makefile @@ -24,6 +24,8 @@ CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" MAKE_ENV= FREEBSD_CFLAGS="${CFLAGS}" +MAN6= corewars.6 + post-install: @strip ${PREFIX}/bin/corewars .if !defined(NOPORTDOCS) |