diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-02 15:12:56 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-02 15:12:56 +0000 |
commit | 280079009e350bbacf476390e1a494b123b583c7 (patch) | |
tree | 0bde6de83b0a837eeec58de94244baa6ff8dd74b /games/xpanex | |
parent | Upgrade to version 2000.10.26 (diff) |
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/xpanex')
-rw-r--r-- | games/xpanex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 <bsd.port.mk> |