aboutsummaryrefslogtreecommitdiff
path: root/games/xpyraminx/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/xpyraminx/Makefile
parentc8279efac22a39f4ba0946c5acaed8281d013010 (diff)
downloadports-280079009e350bbacf476390e1a494b123b583c7.tar.gz
ports-280079009e350bbacf476390e1a494b123b583c7.zip
Notes
Diffstat (limited to 'games/xpyraminx/Makefile')
-rw-r--r--games/xpyraminx/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xpyraminx/Makefile b/games/xpyraminx/Makefile
index 44f68c11d6c1..f8f0218fbcef 100644
--- a/games/xpyraminx/Makefile
+++ b/games/xpyraminx/Makefile
@@ -13,14 +13,15 @@ MASTER_SITE_SUBDIR= games/xpuzzles
MAINTAINER= ports@FreeBSD.org
-WRKSRC= ${WRKDIR}/xpyraminx
+WRKSRC= ${WRKDIR}/${PORTNAME}
USE_IMAKE= yes
MAN1= xpyraminx.1
MANCOMPRESSED= no
+XFREE86_HTML_MAN= no
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xpyraminx ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/Pyraminx.ad ${PREFIX}/lib/X11/app-defaults/Pyraminx
- ${INSTALL_MAN} ${WRKSRC}/xpyraminx.man ${PREFIX}/man/man1/xpyraminx.1
+ ${INSTALL_MAN} ${WRKSRC}/xpyraminx.man ${MANPREFIX}/man/man1/xpyraminx.1
.include <bsd.port.mk>