aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-12-05 07:34:07 +0800
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-12-05 07:34:07 +0800
commitc2aae870da67bdf210c1aa7fe3ca0608f6ce9ad7 (patch)
tree684e75b7595c10f072acf07e91234b99406e8406 /comms
parent74099928a7ae216bafe6b92a946af6a85c50921a (diff)
downloadfreebsd-ports-gnome-c2aae870da67bdf210c1aa7fe3ca0608f6ce9ad7.tar.gz
freebsd-ports-gnome-c2aae870da67bdf210c1aa7fe3ca0608f6ce9ad7.tar.zst
freebsd-ports-gnome-c2aae870da67bdf210c1aa7fe3ca0608f6ce9ad7.zip
comms/rxtx: fix packaging on powerpc64le
Otherwise powerpc64le string is replaced by ppc64, but it should be ppc64le.
Diffstat (limited to 'comms')
-rw-r--r--comms/rxtx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile
index 618fe68f314c..9a2206bdbcf6 100644
--- a/comms/rxtx/Makefile
+++ b/comms/rxtx/Makefile
@@ -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>