aboutsummaryrefslogtreecommitdiff
path: root/devel/ecore-file
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2011-07-08 18:50:54 +0000
committerStanislav Sedov <stas@FreeBSD.org>2011-07-08 18:50:54 +0000
commitd2d6355b1f3fbd1dbaa95ad0a5426bcdb72a001a (patch)
treeb76175fcd40ba46552485737805937bf1a8bd7a5 /devel/ecore-file
parent0f7d799624b509d17ab5292c680ce191d673be92 (diff)
downloadports-d2d6355b1f3fbd1dbaa95ad0a5426bcdb72a001a.tar.gz
ports-d2d6355b1f3fbd1dbaa95ad0a5426bcdb72a001a.zip
- Use quotes instead of brackets when including files using relative
paths in ecore ports. Apparently this causes problems when WRKDIRPREFIX is used. PR: ports/158609 Submitted by: Fabian Keil <fk@fabiankeil.de>
Notes
Notes: svn path=/head/; revision=277357
Diffstat (limited to 'devel/ecore-file')
-rw-r--r--devel/ecore-file/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ecore-file/Makefile b/devel/ecore-file/Makefile
index 8f16e4b3a3d9..afd3cd648bd4 100644
--- a/devel/ecore-file/Makefile
+++ b/devel/ecore-file/Makefile
@@ -26,7 +26,7 @@ USE_LDCONFIG= yes
BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_file
INSTALL_WRKSRC= ${BUILD_WRKSRC}
-.include <../ecore-main/Makefile.inc>
+.include "../ecore-main/Makefile.inc"
CONFIGURE_ARGS+= --enable-ecore-file