aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-08-09 17:01:19 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2017-08-09 17:01:19 +0800
commit51720c97d695a00af8b5062a6e58f030f7887493 (patch)
tree1806521990625a3babb05d49ac2133c5abee4ffa /games
parent06c2b8f6359cd9e3b063308825504e83c997f594 (diff)
downloadfreebsd-ports-gnome-51720c97d695a00af8b5062a6e58f030f7887493.tar.gz
freebsd-ports-gnome-51720c97d695a00af8b5062a6e58f030f7887493.tar.zst
freebsd-ports-gnome-51720c97d695a00af8b5062a6e58f030f7887493.zip
- Update WWW
- Switch to options helpers - Cosmetic fixes Approved by: portmgr blanket
Diffstat (limited to 'games')
-rw-r--r--games/boswars/Makefile12
-rw-r--r--games/boswars/pkg-descr2
2 files changed, 8 insertions, 6 deletions
diff --git a/games/boswars/Makefile b/games/boswars/Makefile
index 4547725ebaf5..892602b80126 100644
--- a/games/boswars/Makefile
+++ b/games/boswars/Makefile
@@ -36,17 +36,19 @@ OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e '\
- s|/usr/local|${LOCALBASE}|g; \
- s|lua51|lua-${LUA_VER}|g;' \
- ${WRKSRC}/SConstruct
+ s|/usr/local|${LOCALBASE}|g; \
+ s|lua51|lua-${LUA_VER}|g;' \
+ ${WRKSRC}/SConstruct
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${MKDIR} ${STAGEDIR}${DATADIR}
+ @${MKDIR} ${STAGEDIR}${DATADIR}
.for f in campaigns graphics intro languages maps patches scripts sounds units
${CP} -R ${WRKSRC}/${f} ${STAGEDIR}${DATADIR}
.endfor
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
+
+do-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
diff --git a/games/boswars/pkg-descr b/games/boswars/pkg-descr
index 04005fd11f17..6f78adcb2d57 100644
--- a/games/boswars/pkg-descr
+++ b/games/boswars/pkg-descr
@@ -14,4 +14,4 @@ It is possible to play against human opponents over LAN, internet, or
against the computer. Bos Wars successfully runs under Linux, MS Windows,
BSD, and Mac OS X.
-WWW: http://www.boswars.org/
+WWW: https://www.boswars.org/