Use '${PERL} install.pl' instead of relying on '.' being in PATH.
This commit is contained in:
parent
a2e2b52f21
commit
b33d8dab03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26304
@ -30,6 +30,6 @@ post-extract:
|
||||
.endfor
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}; install.pl -y
|
||||
cd ${WRKSRC}; ${PERL} install.pl -y
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user