1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Fix with HIDE_MARKUP option

PR:		ports/167601
Submitted by:	Jarrod Sayers
This commit is contained in:
Chris Rees 2014-04-07 18:02:17 +00:00
parent 8b19f24836
commit 8eb6d5390e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350530

View File

@ -111,7 +111,7 @@ post-patch:
. endif
. if ${PORT_OPTIONS:MHIDE_MARKUP}
@${REINPLACE_CMD} -e 's#<a href="[^"]*">markup</a>#markup#g' \
-e 's#>markup_log.*;#>markup_log(-1,-1)#g' \
-e 's#>markup_log.*;#>markup_log(-1,-1);#g' \
${WRKSRC}/webui/templates/*/*.tpl ${WRKSRC}/webui/index.php
. endif
.endif