diff options
-rw-r--r-- | games/seahaven/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/seahaven/Makefile b/games/seahaven/Makefile index 68498381c81f..e3d486c914be 100644 --- a/games/seahaven/Makefile +++ b/games/seahaven/Makefile @@ -13,8 +13,7 @@ COMMENT= The classic, lightweight version of Seahaven Towers GNU_CONFIGURE= yes USE_XORG= x11 xext xft -MAN6?= seahaven.6 -PLIST_FILES= bin/seahaven +PLIST_FILES= bin/seahaven man/man6/seahaven.6.gz +MAKE_ARGS= bindir=${STAGEDIR}${PREFIX}/bin mandir=${STAGEDIR}${PREFIX}/man -NO_STAGE= yes .include <bsd.port.mk> |