diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-05-13 16:19:29 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-05-13 16:19:29 +0000 |
commit | 5139be0a1c332b87441a434e14ac6d8d1809a331 (patch) | |
tree | 96293b0201b4b9b45ae8493e6f08c8031823960c /korean | |
parent | 944fc2e60eb31bf1d88e0dc88848493fef7ae23e (diff) | |
download | ports-5139be0a1c332b87441a434e14ac6d8d1809a331.tar.gz ports-5139be0a1c332b87441a434e14ac6d8d1809a331.zip |
Notes
Diffstat (limited to 'korean')
-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" |