diff --git a/sysutils/lscpu/Makefile b/sysutils/lscpu/Makefile index aa3b4c9cc9a0..60a56b1b8156 100644 --- a/sysutils/lscpu/Makefile +++ b/sysutils/lscpu/Makefile @@ -1,24 +1,23 @@ # Created by: Ryan Steinmetz PORTNAME= lscpu PORTVERSION= 1.2.0 CATEGORIES= sysutils MAINTAINER= zi@FreeBSD.org COMMENT= Display information about the CPU architecture LICENSE= BSD3CLAUSE -ONLY_FOR_ARCHS= amd64 i386 -ONLY_FOR_ARCHS_REASON= unconditionally invokes x86-specific code +ONLY_FOR_ARCHS= amd64 i386 powerpc64le powerpc64 powerpc USE_GITHUB= yes GH_ACCOUNT= NanXiao PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include