aboutsummaryrefslogtreecommitdiffstats
path: root/games/xcubes
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-11-02 23:12:56 +0800
committersobomax <sobomax@FreeBSD.org>2000-11-02 23:12:56 +0800
commit79ed72db20ee701e198f3328a3e1725d2d765744 (patch)
treedf1c5e81da651724026b196e28b48c7315072305 /games/xcubes
parent68410ecbb968b899ce640be9a0443ce790e4f751 (diff)
downloadfreebsd-ports-gnome-79ed72db20ee701e198f3328a3e1725d2d765744.tar.gz
freebsd-ports-gnome-79ed72db20ee701e198f3328a3e1725d2d765744.tar.zst
freebsd-ports-gnome-79ed72db20ee701e198f3328a3e1725d2d765744.zip
Another megapatch from PF:
- Fix Imakefile breakage under XFree86 4.x PR: 21979 Submitted by: Ports Furry
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>