diff options
author | Will Andrews <will@FreeBSD.org> | 2000-08-10 20:51:08 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-08-10 20:51:08 +0000 |
commit | 16f977dbc164e578639b0c15658881608c4762ff (patch) | |
tree | 6080b5ef34941875a77cb7f6c89c358ceed62a97 /japanese/p5-Jcode | |
parent | ed58e5d6ddc7db76dc5c3c2f63370a9710b1a2fc (diff) | |
download | freebsd-ports-16f977dbc164e578639b0c15658881608c4762ff.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/Makefile | 2 |
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> |