mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix NLS logic after new options framework
Reported by: pointyhat (linimon)
This commit is contained in:
parent
b53774ae73
commit
355195d82f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299522
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ post-patch:
|
||||||
@${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#g' \
|
@${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#g' \
|
||||||
${WRKSRC}/Mailman/Defaults.py.in
|
${WRKSRC}/Mailman/Defaults.py.in
|
||||||
@${REINPLACE_CMD} -e 's/^0,5,10/#&/' ${WRKSRC}/cron/crontab.in.in
|
@${REINPLACE_CMD} -e 's/^0,5,10/#&/' ${WRKSRC}/cron/crontab.in.in
|
||||||
.if ${PORT_OPTIONS:MNLS}
|
.if empty(PORT_OPTIONS:MNLS)
|
||||||
@${REINPLACE_CMD} -e 's/messages//' ${WRKSRC}/Makefile.in
|
@${REINPLACE_CMD} -e 's/messages//' ${WRKSRC}/Makefile.in
|
||||||
@${REINPLACE_CMD} -e 's/templates//' ${WRKSRC}/Makefile.in
|
@${REINPLACE_CMD} -e 's/templates//' ${WRKSRC}/Makefile.in
|
||||||
.endif
|
.endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue