aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2016-11-12 14:26:39 +0800
committerantoine <antoine@FreeBSD.org>2016-11-12 14:26:39 +0800
commitbf458556c9159833e6267e563da71cbc74384083 (patch)
treebca447c5716ca5b3eb03ab61f725c4a4d37424ff /games
parentfc63687dba68b269f8e3be6235952cba2a1bd06f (diff)
downloadfreebsd-ports-graphics-bf458556c9159833e6267e563da71cbc74384083.tar.gz
freebsd-ports-graphics-bf458556c9159833e6267e563da71cbc74384083.tar.zst
freebsd-ports-graphics-bf458556c9159833e6267e563da71cbc74384083.zip
Fix COPYTREE_SHARE invocation
Diffstat (limited to 'games')
-rw-r--r--games/boswars/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/boswars/Makefile b/games/boswars/Makefile
index c1771a16355..1dfbdbcda3e 100644
--- a/games/boswars/Makefile
+++ b/games/boswars/Makefile
@@ -3,7 +3,7 @@
PORTNAME= boswars
PORTVERSION= 2.6.1
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= games
MASTER_SITES= http://www.boswars.org/dist/releases/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -48,6 +48,6 @@ do-install:
.endfor
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR}
- ${COPYTREE_SHARE} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
+ (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>