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:
Vasil Dimov 2006-02-17 15:34:16 +00:00
parent 834e211f67
commit 4e738d1245
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156214

View File

@ -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>