From 79ed72db20ee701e198f3328a3e1725d2d765744 Mon Sep 17 00:00:00 2001 From: sobomax Date: Thu, 2 Nov 2000 15:12:56 +0000 Subject: Another megapatch from PF: - Fix Imakefile breakage under XFree86 4.x PR: 21979 Submitted by: Ports Furry --- games/xpanex/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'games/xpanex') diff --git a/games/xpanex/Makefile b/games/xpanex/Makefile index 57bd35ba1461..8f34c1f6dcd6 100644 --- a/games/xpanex/Makefile +++ b/games/xpanex/Makefile @@ -13,14 +13,15 @@ MASTER_SITE_SUBDIR= games/xpuzzles MAINTAINER= ports@FreeBSD.org -WRKSRC= ${WRKDIR}/xpanex +WRKSRC= ${WRKDIR}/${PORTNAME} USE_IMAKE= yes MAN1= xpanex.1 MANCOMPRESSED= no +XFREE86_HTML_MAN= no do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xpanex ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/Panex.ad ${PREFIX}/lib/X11/app-defaults/Panex - ${INSTALL_MAN} ${WRKSRC}/xpanex.man ${PREFIX}/man/man1/xpanex.1 + ${INSTALL_MAN} ${WRKSRC}/xpanex.man ${MANPREFIX}/man/man1/xpanex.1 .include -- cgit