Be sure INSTALLDIR exists before we write into it.
This commit is contained in:
parent
b0e1f1732c
commit
5b50e71498
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23840
1 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@ USE_PERL5= yes
|
|||
INSTALLDIR= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/cgi-lib.pl ${INSTALLDIR}/
|
||||
${MKDIR} ${INSTALLDIR}
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/cgi-lib.pl ${INSTALLDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue