aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-13 20:09:22 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-13 20:09:22 +0000
commitd55301bce208c4f34ecacfedf5f401d62692cbd4 (patch)
tree2e0ddc5e9ffe96a2f9cccc9ccb812aa2a523a434 /games
parent3654c7a53ffe1dd4a212c779a3004cca7390657d (diff)
downloadports-d55301bce208c4f34ecacfedf5f401d62692cbd4.tar.gz
ports-d55301bce208c4f34ecacfedf5f401d62692cbd4.zip
- Add stage support
Notes
Notes: svn path=/head/; revision=333724
Diffstat (limited to 'games')
-rw-r--r--games/xmille/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/games/xmille/Makefile b/games/xmille/Makefile
index 1f13f660ad75..4cff8ab4d026 100644
--- a/games/xmille/Makefile
+++ b/games/xmille/Makefile
@@ -16,18 +16,15 @@ WRKSRC= ${WRKDIR}/Mille
USES= imake
USE_XORG= x11 xext
-MAN1= xmille.1
-MANCOMPRESSED= no
-PLIST_FILES= bin/xmille
+PLIST_FILES= bin/xmille man/man1/xmille.1.gz
MAKE_JOBS_UNSAFE= yes
CFLAGS+= -Wno-error=return-type
-NO_STAGE= yes
post-extract:
@${FIND} ${WRKSRC} -name '*.[ao]' -delete
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/xmille ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/xmille.man ${MANPREFIX}/man/man1/xmille.1
+ ${INSTALL_PROGRAM} ${WRKSRC}/xmille ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/xmille.man ${STAGEDIR}${MANPREFIX}/man/man1/xmille.1
.include <bsd.port.mk>