summaryrefslogtreecommitdiff
path: root/japanese/p5-Jcode
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-08-10 20:51:08 +0000
committerWill Andrews <will@FreeBSD.org>2000-08-10 20:51:08 +0000
commit16f977dbc164e578639b0c15658881608c4762ff (patch)
tree6080b5ef34941875a77cb7f6c89c358ceed62a97 /japanese/p5-Jcode
parentAdd -nocopy option to prevent bindist.tar from being copied over. Could (diff)
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
Notes
Notes: svn path=/head/; revision=31486
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>