- Switch to options helpers
This commit is contained in:
parent
03c5a61302
commit
f7713edae0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395145
1 changed files with 2 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue