aboutsummaryrefslogtreecommitdiff
path: root/games/pouetchess
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-12-16 18:18:07 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-12-16 18:18:07 +0000
commit5e05f453aedff40f0f045de1dff1b04f347dc060 (patch)
tree883950753a2363a8d897c17047f852bb06b04c47 /games/pouetchess
parentb599f5ec200bc249c729de059ad0da8cf8afa5c7 (diff)
downloadports-5e05f453aedff40f0f045de1dff1b04f347dc060.tar.gz
ports-5e05f453aedff40f0f045de1dff1b04f347dc060.zip
- Use '.' instead of '*' in COPYTREE_* all over my ports
Suggested by: danfe
Notes
Notes: svn path=/head/; revision=336655
Diffstat (limited to 'games/pouetchess')
-rw-r--r--games/pouetchess/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pouetchess/Makefile b/games/pouetchess/Makefile
index dcac5a070a16..08e7c77e9476 100644
--- a/games/pouetchess/Makefile
+++ b/games/pouetchess/Makefile
@@ -41,8 +41,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|data/|${DATADIR}/|' ${WRKSRC}/src/globalInfos.h
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/pouetChess ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/pouetChess ${STAGEDIR}${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/bin/config.ini ${STAGEDIR}${PREFIX}/etc/pouetChess.conf.sample
- cd ${WRKSRC}/bin/data && ${COPYTREE_SHARE} "*" ${STAGEDIR}${DATADIR}
+ cd ${WRKSRC}/bin/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>