From 337fbcdf2330b08ed734f4f9d1f4a8ac49ee2cf1 Mon Sep 17 00:00:00 2001 From: CHOI Junho Date: Tue, 9 Sep 2003 09:42:21 +0000 Subject: Fix non-i386 builds proposed by the submitter. I only tested on i386. PR: ports/53471 Submitted by: Mark Linimon --- korean/mkisofs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'korean/mkisofs/Makefile') 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: -- cgit v1.2.3