Clean up ARCH statement

PR:		223985
Submitted by:	linimon
MFH:		2018Q1
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-02-16 15:43:43 +00:00
parent 217bce4c74
commit ba9d9265aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462044

View File

@ -89,7 +89,7 @@ PLIST_SUB+= X86_ONLY=""
PLIST_SUB+= X86_ONLY="@comment "
.endif
.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == powerpc64 || ${ARCH} == mips64
.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == mips64 || ${ARCH} == powerpc64 || ${ARCH} == sparc64
PLIST_SUB+= 32BIT_ONLY="@comment "
.else
PLIST_SUB+= 32BIT_ONLY=""