diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-03 22:59:37 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-03 22:59:37 +0000 |
commit | 00c080785217d825049e90ce816f8f712b96df5b (patch) | |
tree | b94b71b91b6dad1a162b1181c6e5846bfa7499bb /games | |
parent | Add WITH_DRWEBSFM_SENDMAIL_DIR configuration knob (diff) |
Fix manpage install
PR: 31018
Submitted by: Patrick Li <pat@databits.net>
Notes
Notes:
svn path=/head/; revision=48417
Diffstat (limited to '')
-rw-r--r-- | games/xhexagons/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xhexagons/Makefile b/games/xhexagons/Makefile index f1b659858a71..2ec90d165d38 100644 --- a/games/xhexagons/Makefile +++ b/games/xhexagons/Makefile @@ -16,7 +16,8 @@ MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/xhexagons USE_IMAKE= yes MAN1= xhexagons.1 -MANCOMPRESSED= no +XFREE86_HTML_MAN= no +NO_INSTALL_MANPAGES= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xhexagons ${PREFIX}/bin |