Use the correct .include statement
.include <Makefile.inc> causes errors when make is not invoked from port's directory on RELENG_4 PR: ports/92669 Submitted by: vd Approved by: garga (mentor, implicitly), maintainer timeout
This commit is contained in:
parent
834e211f67
commit
4e738d1245
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156214
@ -34,5 +34,5 @@ pre-fetch:
|
||||
@${ECHO_MSG} "Building ${PORTNAME}-${PORTVERSION} with MPI support"
|
||||
.endif
|
||||
|
||||
.include <Makefile.inc>
|
||||
.include "${.CURDIR}/Makefile.inc"
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user