1
0
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:
Will Andrews 2000-08-10 20:51:08 +00:00
parent ed58e5d6dd
commit 16f977dbc1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31486

View File

@ -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>