aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-11-12 06:26:39 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-11-12 06:26:39 +0000
commit1b7cfb3c524c03cb459db094b1da9f8832ceb373 (patch)
treebca447c5716ca5b3eb03ab61f725c4a4d37424ff
parenta256bec9bd4ee70b1ee0458e373fb094902a73b7 (diff)
downloadports-1b7cfb3c524c03cb459db094b1da9f8832ceb373.tar.gz
ports-1b7cfb3c524c03cb459db094b1da9f8832ceb373.zip
Notes
-rw-r--r--games/boswars/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/boswars/Makefile b/games/boswars/Makefile
index c1771a163550..1dfbdbcda3ed 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>