summaryrefslogtreecommitdiff
path: root/korean/mkisofs/Makefile
diff options
context:
space:
mode:
authorCHOI Junho <cjh@FreeBSD.org>2003-09-09 09:42:21 +0000
committerCHOI Junho <cjh@FreeBSD.org>2003-09-09 09:42:21 +0000
commit337fbcdf2330b08ed734f4f9d1f4a8ac49ee2cf1 (patch)
treed11a2d23796c27adca213e68c27351db41604a87 /korean/mkisofs/Makefile
parentUpgrade to 2.0.5 (diff)
Fix non-i386 builds proposed by the submitter.
I only tested on i386. PR: ports/53471 Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes: svn path=/head/; revision=88844
Diffstat (limited to '')
-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: