archivers/rar: Fix DISTNAME for i386
Reported by: George L. Yermulnik <yz@yz.kiev.ua>
This commit is contained in:
parent
37812ade2a
commit
44d01a2f1f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue