mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Refer to perl binary as ${PERL}, not ${PERL5}, so the program continues to
work after perl update.
This commit is contained in:
parent
dd20ba70e2
commit
56507b4d52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97049
@ -18,7 +18,7 @@ NO_BUILD= yes
|
||||
MAN1= calamaris.1
|
||||
|
||||
post-patch:
|
||||
@ ${PERL} -pi -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/calamaris
|
||||
@ ${PERL} -pi -e 's#/usr/bin/perl#${PERL}#' ${WRKSRC}/calamaris
|
||||
|
||||
do-install:
|
||||
@ ${INSTALL_MAN} ${WRKSRC}/calamaris.1 ${PREFIX}/man/man1/calamaris.1
|
||||
|
Loading…
Reference in New Issue
Block a user