graphics/EZWGL: Remove nop ".${CURDIR}/"

It expands to just "./" and probably was supposed to be "${.CURDIR}/".
Neither is needed here.
This commit is contained in:
Tobias Kortkamp 2019-10-08 12:24:38 +00:00
parent e68dc5c47d
commit a7adfe4d3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514074

View File

@ -31,7 +31,7 @@ NOPRECIOUSMAKEVARS= yes # Otherwise 'make readmes' is broken
OPTIONS_DEFINE= DOCS EXAMPLES
.include ".${CURDIR}/Makefile.manlinks"
.include "Makefile.manlinks"
post-extract:
@${FIND} ${WRKSRC} -name CVS -type d | ${XARGS} ${RM} -r