Fix NOPORTDOCS builds if gmake isn't installed.
This commit is contained in:
parent
a91bbb4233
commit
6b44803ed0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265915
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@ post-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||
.endfor
|
||||
.else
|
||||
${GMAKE} -C ${WRKSRC}/src install
|
||||
${GMAKE} -C ${WRKSRC}/docs install-man
|
||||
${MAKE} -C ${WRKSRC}/src install
|
||||
${MAKE} -C ${WRKSRC}/docs install-man
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
|
Loading…
Reference in a new issue