From 16f977dbc164e578639b0c15658881608c4762ff Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Thu, 10 Aug 2000 20:51:08 +0000 Subject: 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 --- japanese/p5-Jcode/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'japanese/p5-Jcode/Makefile') diff --git a/japanese/p5-Jcode/Makefile b/japanese/p5-Jcode/Makefile index c806aefab352..b8b9a3862ede 100644 --- a/japanese/p5-Jcode/Makefile +++ b/japanese/p5-Jcode/Makefile @@ -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 -- cgit v1.2.3