git: 44d01a2f1f25 - main - archivers/rar: Fix DISTNAME for i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Mar 2022 19:46:31 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=44d01a2f1f251e45a7dd094614d74e349870a7fe commit 44d01a2f1f251e45a7dd094614d74e349870a7fe Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-07 19:46:10 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-07 19:46:27 +0000 archivers/rar: Fix DISTNAME for i386 Reported by: George L. Yermulnik <yz@yz.kiev.ua> --- archivers/rar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index c68695849b3b..6cbfb00f6d35 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 6.11 PORTEPOCH= 3 CATEGORIES= archivers MASTER_SITES= https://rarlab.com/rar/ -DISTNAME= rarbsd${ARCH:S|amd64|-x64|:S|i386||}-${PORTVERSION:R}${PORTVERSION:E} +DISTNAME= rarbsd${ARCH:S|amd64|-x64|:S|i386|-x32|}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= sunpoet@FreeBSD.org COMMENT= File archiver (binary port)