Use '${PERL} install.pl' instead of relying on '.' being in PATH.

This commit is contained in:
Steve Price 2000-02-26 19:36:03 +00:00
parent a2e2b52f21
commit b33d8dab03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26304

View File

@ -30,6 +30,6 @@ post-extract:
.endfor
do-install:
cd ${WRKSRC}; install.pl -y
cd ${WRKSRC}; ${PERL} install.pl -y
.include <bsd.port.mk>