mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Oops, fix a typo (WRSRC -> WRKSRC). Strange how this has gone unnoticed
for nearly two months! This allows p5-Jcode to respect CC again.. Submitted by: knu
This commit is contained in:
parent
ed58e5d6dd
commit
16f977dbc1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31486
@ -32,7 +32,7 @@ do-configure:
|
||||
CC="${CC}" CCFLAGS="${CFLAGS}"
|
||||
.for DIR in Unicode Jcode
|
||||
${PERL} -pi -e "s:CCFLAGS = :CCFLAGS = ${CFLAGS}:g" ${WRKSRC}/${DIR}/Makefile
|
||||
${PERL} -pi -e "s:CC = cc:CC = ${CC}:g" ${WRSRC}/${DIR}/Makefile
|
||||
${PERL} -pi -e "s:CC = cc:CC = ${CC}:g" ${WRKSRC}/${DIR}/Makefile
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user