- hackily fix custom LOCALBASE/PREFIX
Reported by: QATty
This commit is contained in:
parent
0c44d42fda
commit
4531764db8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236276
1 changed files with 2 additions and 0 deletions
|
@ -139,6 +139,8 @@ post-extract:
|
|||
.endfor
|
||||
|
||||
post-patch:
|
||||
### XXX: Hack, some of this should be LOCALBASE
|
||||
@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g'
|
||||
.if defined(DISABLE_SPEEDYCGI)
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "WARNING:"
|
||||
|
|
Loading…
Reference in a new issue