comms/rxtx: fix packaging on powerpc64le

Otherwise powerpc64le string is replaced by ppc64, but it should be ppc64le.
This commit is contained in:
Piotr Kubaj 2020-12-04 23:34:07 +00:00
parent 74099928a7
commit c2aae870da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557030

View file

@ -30,6 +30,6 @@ USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes
PLIST_SUB= JAVA_HOME=${JAVA_HOME:S,^${PREFIX}/,,}
PLIST_SUB+= ARCH=${ARCH:C/armv.*/arm/:C/powerpc64.*/ppc64/}
PLIST_SUB+= ARCH=${ARCH:C/armv.*/arm/:S/powerpc64/ppc64/}
.include <bsd.port.mk>