aboutsummaryrefslogtreecommitdiff
path: root/games/xdino
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/xdino
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/xdino')
-rw-r--r--games/xdino/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xdino/Makefile b/games/xdino/Makefile
index b938058131be..42cea2d954f6 100644
--- a/games/xdino/Makefile
+++ b/games/xdino/Makefile
@@ -13,14 +13,15 @@ MASTER_SITE_SUBDIR= games/xpuzzles
MAINTAINER= nakai@FreeBSD.org
-WRKSRC= ${WRKDIR}/xdino
+WRKSRC= ${WRKDIR}/${PORTNAME}
USE_IMAKE= yes
MAN1= xdino.1
MANCOMPRESSED= no
+XFREE86_HTML_MAN= no
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xdino ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/Dino.ad ${PREFIX}/lib/X11/app-defaults/Dino
- ${INSTALL_MAN} ${WRKSRC}/xdino.man ${PREFIX}/man/man1/xdino.1
+ ${INSTALL_MAN} ${WRKSRC}/xdino.man ${MANPREFIX}/man/man1/xdino.1
.include <bsd.port.mk>