diff options
author | kris <kris@FreeBSD.org> | 2000-06-05 11:44:03 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-06-05 11:44:03 +0800 |
commit | 0643e4ea028c93f6a382287a1f5cdea7b9ff253f (patch) | |
tree | f89a806a391bb985ee88122ce14c1819905615bc /games/corewars | |
parent | 540cdefc7815f87891c86b125114991e0cd03566 (diff) | |
download | freebsd-ports-graphics-0643e4ea028c93f6a382287a1f5cdea7b9ff253f.tar.gz freebsd-ports-graphics-0643e4ea028c93f6a382287a1f5cdea7b9ff253f.tar.zst freebsd-ports-graphics-0643e4ea028c93f6a382287a1f5cdea7b9ff253f.zip |
Add manpage to MAN6
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 db12450b2c4..2a280a4908f 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) |