summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-02-17 15:34:16 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-02-17 15:34:16 +0000
commit4e738d1245ca50842a377871927e21e23962c18d (patch)
tree39efc1b3734a28a8233984bfd8f8527f8afea526 /math
parentMark as broken on sparc64 (diff)
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
Notes
Notes: svn path=/head/; revision=156214
Diffstat (limited to 'math')
-rw-r--r--math/vecfem/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vecfem/Makefile b/math/vecfem/Makefile
index 6f4e0c1f93c8..cacf0c2359de 100644
--- a/math/vecfem/Makefile
+++ b/math/vecfem/Makefile
@@ -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>