aboutsummaryrefslogtreecommitdiff
path: root/games/xpuzzletama/Makefile
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-14 23:18:08 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-14 23:18:08 +0000
commit815ee98ad43276931bcd18e568392e3cfe0d2c38 (patch)
tree58680ac19f0f45149fc56db38e1cb89b34392cd6 /games/xpuzzletama/Makefile
parent9699ab1ee48c8807b178305c0846fd11126cdd47 (diff)
Notes
Diffstat (limited to 'games/xpuzzletama/Makefile')
-rw-r--r--games/xpuzzletama/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/games/xpuzzletama/Makefile b/games/xpuzzletama/Makefile
index 6fc95f6cb84f..b7584977d782 100644
--- a/games/xpuzzletama/Makefile
+++ b/games/xpuzzletama/Makefile
@@ -24,10 +24,9 @@ NO_INSTALL_MANPAGES= yes
PLIST_FILES= bin/xpuzzletama lib/X11/xpuzzletama/tama_score
PLIST_DIRS= lib/X11/xpuzzletama
-NO_STAGE= yes
post-install:
- ${MKDIR} ${PREFIX}/lib/X11/xpuzzletama
- ${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m 666 \
- ${WRKSRC}/.tama_score ${PREFIX}/lib/X11/xpuzzletama/tama_score
+ @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/xpuzzletama
+ ${INSTALL} ${COPY} -m 666 ${WRKSRC}/.tama_score \
+ ${STAGEDIR}${PREFIX}/lib/X11/xpuzzletama/tama_score
.include <bsd.port.mk>