svn commit: r514074 - head/graphics/EZWGL

Tobias Kortkamp tobik at FreeBSD.org
Tue Oct 8 12:24:39 UTC 2019


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


More information about the svn-ports-head mailing list