aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-04-15 10:55:27 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-04-15 10:55:27 +0000
commit3e23edd1f654e6b3f413361252d3dd824bf7a5b4 (patch)
treed49c612eb4fa287a395d8c376da3596be224d656
parent8348e917a02e226d803d5c3c544ada2a102d22d1 (diff)
downloadports-3e23edd1f654e6b3f413361252d3dd824bf7a5b4.tar.gz
ports-3e23edd1f654e6b3f413361252d3dd824bf7a5b4.zip
Set DISTINFO_FILE with a relative directory expansion after r412346.
Using PORTSDIR is problematic when one is working on a local checkout, use ${.CURDIR} instead.
Notes
Notes: svn path=/head/; revision=413331
-rw-r--r--devel/cmake-doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cmake-doc/Makefile b/devel/cmake-doc/Makefile
index ce13b549fb4e..31022f2defce 100644
--- a/devel/cmake-doc/Makefile
+++ b/devel/cmake-doc/Makefile
@@ -12,7 +12,7 @@ COMMENT= HTML and Qt Creator helpfiles for CMake
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/Copyright.txt
-DISTINFO_FILE= ${PORTSDIR}/devel/cmake/distinfo
+DISTINFO_FILE= ${.CURDIR}/../cmake/distinfo
BUILD_DEPENDS= sphinx-build:textproc/py-sphinx