diff options
Diffstat (limited to 'korean/unzip')
-rw-r--r-- | korean/unzip/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/korean/unzip/Makefile b/korean/unzip/Makefile index 1577913af91e..a5bbfeb1124d 100644 --- a/korean/unzip/Makefile +++ b/korean/unzip/Makefile @@ -4,11 +4,14 @@ # # $FreeBSD$ -MASTERDIR= ${.CURDIR}/../../archivers/unzip -EXTRA_PATCHES= ${.CURDIR}/files/patch-* CATEGORIES= korean archivers MAINTAINER= ab@astralblue.net COMMENT= ZIP archive extractor with localized patches +CONFLICTS= unzip-[0-9]* ru-unzip-[0-9]* zh-unzip-[0-9]* + +EXTRA_PATCHES= ${.CURDIR}/files/patch-* +MASTERDIR= ${.CURDIR}/../../archivers/unzip + .include "${MASTERDIR}/Makefile" |