Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Apr 2016 10:55:27 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413331 - head/devel/cmake-doc
Message-ID:  <201604151055.u3FAtRIU089802@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604151055.u3FAtRIU089802>