mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
sysutils/cbsd: fix packaging on non-x86
popcnttest is only installed on amd64 and i386.
This commit is contained in:
parent
2cbea840ca
commit
bbea3d0e6d
2 changed files with 7 additions and 1 deletions
|
@ -30,6 +30,12 @@ CBSD_HOME?= ${PREFIX}/cbsd
|
|||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == amd64 || ${ARCH} == i386
|
||||
PLIST_SUB= X86=""
|
||||
.else
|
||||
PLIST_SUB= X86="@comment "
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${ECHO} "Installing in ${CBSD_HOME}"
|
||||
${MKDIR} ${STAGEDIR}${CBSD_HOME}
|
||||
|
|
|
@ -340,7 +340,7 @@ cbsd/misc/fmagic
|
|||
cbsd/misc/ipv6range
|
||||
cbsd/misc/next-vale-port
|
||||
cbsd/misc/nics-list
|
||||
cbsd/misc/popcnttest
|
||||
%%X86%%cbsd/misc/popcnttest
|
||||
cbsd/misc/pwcrypt
|
||||
cbsd/misc/resolv
|
||||
cbsd/misc/sipcalc
|
||||
|
|
Loading…
Add table
Reference in a new issue