aboutsummaryrefslogtreecommitdiff
path: root/games/linux-ningpo-demo
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-01-17 18:09:49 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-01-17 18:09:49 +0000
commit5421b82e0c67876529de7045d54d1568f3c5b19b (patch)
tree2b65a485569e3865758b6c652b2cab9902a09e2a /games/linux-ningpo-demo
parent87e0a5dabe45374ac5b1fcc67c1757edeed7dbeb (diff)
downloadports-5421b82e0c67876529de7045d54d1568f3c5b19b.tar.gz
ports-5421b82e0c67876529de7045d54d1568f3c5b19b.zip
Notes
Diffstat (limited to 'games/linux-ningpo-demo')
-rw-r--r--games/linux-ningpo-demo/Makefile17
-rw-r--r--games/linux-ningpo-demo/pkg-descr2
2 files changed, 9 insertions, 10 deletions
diff --git a/games/linux-ningpo-demo/Makefile b/games/linux-ningpo-demo/Makefile
index 3ebd84b7c5e9..4e5ec15eabc0 100644
--- a/games/linux-ningpo-demo/Makefile
+++ b/games/linux-ningpo-demo/Makefile
@@ -22,7 +22,6 @@ DATADIR= ${PREFIX}/lib/${PKGNAMEPREFIX}${PORTNAME}
SUB_FILES= ningpo
PORTDOCS= README README.licenses license.txt
-NO_STAGE= yes
.include <bsd.port.pre.mk>
do-extract:
@@ -35,14 +34,14 @@ do-build:
${BRANDELF} -t Linux ${WRKSRC}/bin/Linux/x86/Bin/ningpo_demo.dynamic
do-install:
- @${MKDIR} ${DATADIR}/Bin
+ @${MKDIR} ${STAGEDIR}${DATADIR}/Bin
@cd ${WRKSRC}/bin/Linux/x86/Bin && \
- ${INSTALL_PROGRAM} ningpo_demo ningpo_demo.dynamic ${DATADIR}/Bin
- @${INSTALL_PROGRAM} ${WRKDIR}/ningpo ${PREFIX}/bin/${PKGNAMEPREFIX}ningpo
- @${CP} -R ${WRKSRC}/Resources ${DATADIR}
-.if !defined (NOPORTDOCS)
- @${INSTALL} -d ${DOCSDIR}
- @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
-.endif
+ ${INSTALL_PROGRAM} ningpo_demo ningpo_demo.dynamic \
+ ${STAGEDIR}${DATADIR}/Bin
+ @${INSTALL_PROGRAM} ${WRKDIR}/ningpo \
+ ${STAGEDIR}${PREFIX}/bin/${PKGNAMEPREFIX}ningpo
+ @${CP} -R ${WRKSRC}/Resources ${STAGEDIR}${DATADIR}
+ @${INSTALL} -d ${STAGEDIR}${DOCSDIR}
+ @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.post.mk>
diff --git a/games/linux-ningpo-demo/pkg-descr b/games/linux-ningpo-demo/pkg-descr
index 11e945be4159..e5d8e9653e98 100644
--- a/games/linux-ningpo-demo/pkg-descr
+++ b/games/linux-ningpo-demo/pkg-descr
@@ -1,4 +1,4 @@
The classic Mahjong game with hundreds of play variations, various board
styles and nine tile sets.
-WWW: http://www.linuxgamepublishing.com/info.php?id=15
+WWW: http://www.linuxgamepublishing.com/info.php?id=15