svn commit: r413331 - head/devel/cmake-doc
Raphael Kubo da Costa
rakuco at FreeBSD.org
Fri Apr 15 10:55:29 UTC 2016
Author: rakuco
Date: Fri Apr 15 10:55:27 2016
New Revision: 413331
URL: https://svnweb.freebsd.org/changeset/ports/413331
Log:
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.
Modified:
head/devel/cmake-doc/Makefile
Modified: head/devel/cmake-doc/Makefile
==============================================================================
--- head/devel/cmake-doc/Makefile Fri Apr 15 10:54:15 2016 (r413330)
+++ head/devel/cmake-doc/Makefile Fri Apr 15 10:55:27 2016 (r413331)
@@ -12,7 +12,7 @@ COMMENT= HTML and Qt Creator helpfiles f
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
More information about the svn-ports-all
mailing list