Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Oct 2019 12:24:38 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514074 - head/graphics/EZWGL
Message-ID:  <201910081224.x98COcER060435@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Oct  8 12:24:38 2019
New Revision: 514074
URL: https://svnweb.freebsd.org/changeset/ports/514074

Log:
  graphics/EZWGL: Remove nop ".${CURDIR}/"
  
  It expands to just "./" and probably was supposed to be "${.CURDIR}/".
  Neither is needed here.

Modified:
  head/graphics/EZWGL/Makefile

Modified: head/graphics/EZWGL/Makefile
==============================================================================
--- head/graphics/EZWGL/Makefile	Tue Oct  8 12:11:10 2019	(r514073)
+++ head/graphics/EZWGL/Makefile	Tue Oct  8 12:24:38 2019	(r514074)
@@ -31,7 +31,7 @@ NOPRECIOUSMAKEVARS=	yes # Otherwise 'make readmes' is 
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-.include ".${CURDIR}/Makefile.manlinks"
+.include "Makefile.manlinks"
 
 post-extract:
 	@${FIND} ${WRKSRC} -name CVS -type d | ${XARGS} ${RM} -r



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