mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Reinplace the target of the symlink instead of the symlink
PR: 216309
This commit is contained in:
parent
e4257479a1
commit
a03479bcaa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431935
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ OPTIONS_DEFINE= DOCS
|
|||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/README
|
||||
@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/docs/README
|
||||
@${REINPLACE_CMD} -e 's|p0f.fp|${PREFIX}/etc/p0f.fp|g' ${WRKSRC}/config.h
|
||||
|
||||
do-install:
|
||||
|
|
Loading…
Add table
Reference in a new issue