comms/rxtx: fix packaging on powerpc64le
Otherwise powerpc64le string is replaced by ppc64, but it should be ppc64le.
This commit is contained in:
parent
74099928a7
commit
c2aae870da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557030
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue