1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Fix NLS logic after new options framework

Reported by:	pointyhat (linimon)
This commit is contained in:
Baptiste Daroussin 2012-06-17 21:57:30 +00:00
parent b53774ae73
commit 355195d82f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299522

View File

@ -148,7 +148,7 @@ post-patch:
@${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#g' \
${WRKSRC}/Mailman/Defaults.py.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/templates//' ${WRKSRC}/Makefile.in
.endif