diff options
author | petef <petef@FreeBSD.org> | 2001-10-04 06:59:37 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-10-04 06:59:37 +0800 |
commit | 4a5c0d07eae4b35a8654a7fdcfa82f43c0346577 (patch) | |
tree | 12e1771fb7a0de656df36eb0f917761a9fa6026f /games/xhexagons/Makefile | |
parent | 5b09767a7fb25793f0524a61cd3aea5c1dba07d3 (diff) | |
download | freebsd-ports-gnome-4a5c0d07eae4b35a8654a7fdcfa82f43c0346577.tar.gz freebsd-ports-gnome-4a5c0d07eae4b35a8654a7fdcfa82f43c0346577.tar.zst freebsd-ports-gnome-4a5c0d07eae4b35a8654a7fdcfa82f43c0346577.zip |
Fix manpage install
PR: 31018
Submitted by: Patrick Li <pat@databits.net>
Diffstat (limited to 'games/xhexagons/Makefile')
-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 |