aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2016-04-15 18:55:27 +0800
committerrakuco <rakuco@FreeBSD.org>2016-04-15 18:55:27 +0800
commit81475f72ae1ca80759bbdda4188dff506e7c5e3e (patch)
treed49c612eb4fa287a395d8c376da3596be224d656
parent4726035bd0713a74878658823ca0a89366c0ac65 (diff)
downloadfreebsd-ports-gnome-81475f72ae1ca80759bbdda4188dff506e7c5e3e.tar.gz
freebsd-ports-gnome-81475f72ae1ca80759bbdda4188dff506e7c5e3e.tar.zst
freebsd-ports-gnome-81475f72ae1ca80759bbdda4188dff506e7c5e3e.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.
-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