diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2003-09-09 09:42:21 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2003-09-09 09:42:21 +0000 |
commit | 337fbcdf2330b08ed734f4f9d1f4a8ac49ee2cf1 (patch) | |
tree | d11a2d23796c27adca213e68c27351db41604a87 /korean | |
parent | 8778cbd07c5515e5c17fadc13bd016657e924eec (diff) | |
download | ports-337fbcdf2330b08ed734f4f9d1f4a8ac49ee2cf1.tar.gz ports-337fbcdf2330b08ed734f4f9d1f4a8ac49ee2cf1.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/mkisofs/Makefile | 4 |
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: |