Do not reinplace a symlink
PR: 216309
This commit is contained in:
parent
b87010daff
commit
d60dafdb93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431994
@ -18,7 +18,7 @@ NO_ARCH= yes
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -i '' -e \
|
||||
@${FIND} ${WRKSRC} -type f -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -i '' -e \
|
||||
's|/usr/bin/perl|${PERL}|g ; \
|
||||
s|%%PREFIX%%|${PREFIX}|g'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user