diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-26 16:50:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-26 16:50:13 +0000 |
commit | 4229ae707cb51fe664a5d0e0ab2eb55e3b3883ea (patch) | |
tree | 0a225afcd75bce80a5007a8ca334e71290280820 /archivers/unzip-iconv | |
parent | 31874a417690c865de9bf1345e12eb54f9df61fa (diff) | |
download | ports-4229ae707cb51fe664a5d0e0ab2eb55e3b3883ea.tar.gz ports-4229ae707cb51fe664a5d0e0ab2eb55e3b3883ea.zip |
Notes
Diffstat (limited to 'archivers/unzip-iconv')
-rw-r--r-- | archivers/unzip-iconv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/unzip-iconv/Makefile b/archivers/unzip-iconv/Makefile index d0e82c684b85..60237c3058a3 100644 --- a/archivers/unzip-iconv/Makefile +++ b/archivers/unzip-iconv/Makefile @@ -6,6 +6,8 @@ PKGNAMESUFFIX= -iconv MAINTAINER= koma2@lovepeers.org COMMENT= Unzip with iconv patches +MASTERDIR= ${.CURDIR}/../unzip + CONFLICTS= unzip-[0-9]* ko-unzip-[0-9]* ru-unzip-[0-9]* zh-unzip-[0-9]* WITH_ICONV= yes |