aboutsummaryrefslogtreecommitdiffstats
path: root/games/xcubes
diff options
context:
space:
mode:
Diffstat (limited to 'games/xcubes')
-rw-r--r--games/xcubes/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xcubes/Makefile b/games/xcubes/Makefile
index 5b9751dc9f09..5298ba4c3149 100644
--- a/games/xcubes/Makefile
+++ b/games/xcubes/Makefile
@@ -13,14 +13,15 @@ MASTER_SITE_SUBDIR= games/xpuzzles
MAINTAINER= nakai@FreeBSD.org
-WRKSRC= ${WRKDIR}/xcubes
+WRKSRC= ${WRKDIR}/${PORTNAME}
USE_IMAKE= yes
MAN1= xcubes.1
MANCOMPRESSED= no
+XFREE86_HTML_MAN= no
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xcubes ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/Cubes.ad ${PREFIX}/lib/X11/app-defaults/Cubes
- ${INSTALL_MAN} ${WRKSRC}/xcubes.man ${PREFIX}/man/man1/xcubes.1
+ ${INSTALL_MAN} ${WRKSRC}/xcubes.man ${MANPREFIX}/man/man1/xcubes.1
.include <bsd.port.mk>