Fix CONFLICTS:
[a-z][a-z]-unzip-[0-9]* is too broad regex - it's my fault :(
This commit is contained in:
parent
acd6355a58
commit
d8cbc287c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135185
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ CATEGORIES= russian archivers
|
|||
MAINTAINER= den@FreeBSD.org
|
||||
COMMENT= Unzip with CP866 and KOI8-R support
|
||||
|
||||
CONFLICTS= unzip-[0-9]* [a-z][a-z]-unzip-[0-9]*
|
||||
CONFLICTS= unzip-[0-9]* ch-unzip-[0-9]* ko-unzip-[0-9]*
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/files/patch-ebcdic.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue