aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/p5-Jcode
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-08-11 04:51:08 +0800
committerwill <will@FreeBSD.org>2000-08-11 04:51:08 +0800
commit1bfb0533de7b7feb65430ede0d7092facb1c642f (patch)
tree20bd4c010198aacbd9a2147197a40bc3da93107f /japanese/p5-Jcode
parent7e35abe0ec3d2bed2d0adbdb21a630f4ed878a51 (diff)
downloadfreebsd-ports-gnome-1bfb0533de7b7feb65430ede0d7092facb1c642f.tar.gz
freebsd-ports-gnome-1bfb0533de7b7feb65430ede0d7092facb1c642f.tar.zst
freebsd-ports-gnome-1bfb0533de7b7feb65430ede0d7092facb1c642f.zip
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
Diffstat (limited to 'japanese/p5-Jcode')
-rw-r--r--japanese/p5-Jcode/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.post.mk>