diff options
Diffstat (limited to 'devel/jam/Makefile')
-rw-r--r-- | devel/jam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/jam/Makefile b/devel/jam/Makefile index e4927c3ac8bf..9662217516e0 100644 --- a/devel/jam/Makefile +++ b/devel/jam/Makefile @@ -32,7 +32,7 @@ pre-patch: s|^ jam| ./jam|g' ${WRKSRC}/Makefile do-install: -.if ${MACHINE_ARCH} == "alpha" +.if ${ARCH} == "alpha" ${INSTALL_PROGRAM} ${WRKSRC}/bin.freebsdaxp/jam ${PREFIX}/bin .else ${INSTALL_PROGRAM} ${WRKSRC}/bin.freebsd/jam ${PREFIX}/bin |