aboutsummaryrefslogtreecommitdiff
path: root/games/xoct/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-11-02 15:12:56 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-11-02 15:12:56 +0000
commit280079009e350bbacf476390e1a494b123b583c7 (patch)
tree0bde6de83b0a837eeec58de94244baa6ff8dd74b /games/xoct/Makefile
parentc8279efac22a39f4ba0946c5acaed8281d013010 (diff)
downloadports-280079009e350bbacf476390e1a494b123b583c7.tar.gz
ports-280079009e350bbacf476390e1a494b123b583c7.zip
Another megapatch from PF:
- Fix Imakefile breakage under XFree86 4.x PR: 21979 Submitted by: Ports Furry
Notes
Notes: svn path=/head/; revision=34652
Diffstat (limited to 'games/xoct/Makefile')
-rw-r--r--games/xoct/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xoct/Makefile b/games/xoct/Makefile
index e99447242e2f..371d404195d4 100644
--- a/games/xoct/Makefile
+++ b/games/xoct/Makefile
@@ -13,14 +13,15 @@ MASTER_SITE_SUBDIR= games/xpuzzles
MAINTAINER= ports@FreeBSD.org
-WRKSRC= ${WRKDIR}/xoct
+WRKSRC= ${WRKDIR}/${PORTNAME}
USE_IMAKE= yes
MAN1= xoct.1
MANCOMPRESSED= no
+XFREE86_HTML_MAN= no
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xoct ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/Oct.ad ${PREFIX}/lib/X11/app-defaults/Oct
- ${INSTALL_MAN} ${WRKSRC}/xoct.man ${PREFIX}/man/man1/xoct.1
+ ${INSTALL_MAN} ${WRKSRC}/xoct.man ${MANPREFIX}/man/man1/xoct.1
.include <bsd.port.mk>