aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-23 23:36:26 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-23 23:36:26 +0000
commitf7713edae0d9e3752b8a77b76e8232ac802336bb (patch)
tree9309596ee391d60ef58bd0e5d845ab2478f07ac0 /games
parent03c5a61302fbbd19347f5451f3f01f0fefa6f6d5 (diff)
downloadports-f7713edae0d9e3752b8a77b76e8232ac802336bb.tar.gz
ports-f7713edae0d9e3752b8a77b76e8232ac802336bb.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/plee-the-bear/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/plee-the-bear/Makefile b/games/plee-the-bear/Makefile
index 9f15167c49b8..80c16c5d4fac 100644
--- a/games/plee-the-bear/Makefile
+++ b/games/plee-the-bear/Makefile
@@ -35,15 +35,13 @@ PORTDATA= *
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
-.include <bsd.port.options.mk>
-
post-patch:
@${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/CMakeLists.txt
-.if ! ${PORT_OPTIONS:MNLS}
+
+post-patch-NLS-off:
@${REINPLACE_CMD} -e 's|locale||' \
${WRKSRC}/bear-factory/desktop/CMakeLists.txt \
${WRKSRC}/bear-engine/desktop/CMakeLists.txt \
${WRKSRC}/plee-the-bear/desktop/CMakeLists.txt
-.endif
.include <bsd.port.mk>