diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-25 15:31:23 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-25 15:31:23 +0000 |
commit | b4968d13a2d2baec5651adc4f1f4a70bb3acde4c (patch) | |
tree | e4e0bb1168c5cb6d82672ba2cfde6ede3856088d /archivers/unzip | |
parent | ca46b6ae1ff72e036b57a0cb0f8b7933d0176e41 (diff) |
Notes
Diffstat (limited to 'archivers/unzip')
-rw-r--r-- | archivers/unzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 4cb7478b3fe5..196625f4cf67 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -3,7 +3,7 @@ PORTNAME= unzip PORTVERSION= 6.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= archivers MASTER_SITES= SF/infozip/UnZip%206.x%20%28latest%29/UnZip%20${PORTVERSION}/:main \ SF/infozip/UnZip%205.x%20and%20earlier/5.51/:unreduce @@ -69,7 +69,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-iconv-patch-unix_unix.c \ .endif .if ${PORT_OPTIONS:MCHINESE} -CATEGORES+= chinese +CATEGORIES+= chinese EXTRA_PATCHES+= ${FILESDIR}/extra-zh-patch-fileio.c .endif |