diff options
author | Warner Losh <imp@FreeBSD.org> | 2014-06-10 04:49:09 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2014-06-10 04:49:09 +0000 |
commit | 05787bce7b02279f43ec2602fc4c4ae7152a894f (patch) | |
tree | acb01f7c0a3a83d475aa302690d4a54b5651f455 | |
parent | 642a2ee1735cdb3272a8eab528017e227ddab1b6 (diff) |
Notes
-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> |