summaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2005-05-13 16:19:29 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2005-05-13 16:19:29 +0000
commit5139be0a1c332b87441a434e14ac6d8d1809a331 (patch)
tree96293b0201b4b9b45ae8493e6f08c8031823960c /korean
parentUpdate to DAT 4491 (diff)
* add CONFLICTS
* make portlint happy Approved by: portmgr (krion)
Notes
Notes: svn path=/head/; revision=135197
Diffstat (limited to 'korean')
-rw-r--r--korean/unzip/Makefile7
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"