diff options
-rw-r--r-- | korean/unzip/Makefile | 2 | ||||
-rw-r--r-- | russian/unzip/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/korean/unzip/Makefile b/korean/unzip/Makefile index 159ffa012685..044113cfd169 100644 --- a/korean/unzip/Makefile +++ b/korean/unzip/Makefile @@ -14,4 +14,6 @@ CONFLICTS= unzip-[0-9]* ru-unzip-[0-9]* zh-unzip-[0-9]* EXTRA_PATCHES= ${.CURDIR}/files/patch-* MASTERDIR= ${.CURDIR}/../../archivers/unzip +BROKEN= does not patch + .include "${MASTERDIR}/Makefile" diff --git a/russian/unzip/Makefile b/russian/unzip/Makefile index d6ac21136192..4b0c457b3cd2 100644 --- a/russian/unzip/Makefile +++ b/russian/unzip/Makefile @@ -16,4 +16,6 @@ EXTRA_PATCHES= ${.CURDIR}/files/patch-ebcdic.h MASTERDIR= ${.CURDIR}/../../archivers/unzip +BROKEN= does not patch + .include "${MASTERDIR}/Makefile" |