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:
parent
e68dc5c47d
commit
a7adfe4d3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514074
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user