1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Do not reinplace a symlink

PR:		216309
This commit is contained in:
Antoine Brodin 2017-01-20 20:12:27 +00:00
parent b87010daff
commit d60dafdb93
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431994

View File

@ -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'