aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--korean/mkisofs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/mkisofs/Makefile b/korean/mkisofs/Makefile
index 8c0d54bb6a6b..556590535b35 100644
--- a/korean/mkisofs/Makefile
+++ b/korean/mkisofs/Makefile
@@ -23,10 +23,10 @@ MAN8= apple_driver.8 isoinfo.8 mkhybrid.8 mkisofs.8
USE_GMAKE= yes
MAKE_ENV= COPTX="-DBSD_SCSI_SENSE_BUG"
-.if ${MACHINE_ARCH} == "alpha"
+.if ${MACHINE_ARCH} != "i386"
post-extract:
${LN} -s ${WRKSRC}/RULES/i386-freebsd-cc.rul \
- ${WRKSRC}/RULES/alpha-freebsd-cc.rul
+ ${WRKSRC}/RULES/${MACHINE_ARCH}-freebsd-cc.rul
.endif
post-build: