From 666efda00e669ba7a97a9ba39c44d05a26b77327 Mon Sep 17 00:00:00 2001 From: thierry Date: Fri, 2 Jun 2017 14:53:52 +0000 Subject: Gucharmap also needs the source zipfile. Reported by: kwm --- textproc/UCD/Makefile | 4 +++- textproc/UCD/pkg-plist | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/UCD/Makefile b/textproc/UCD/Makefile index 1cfdaac73cad..fb758afb4cf1 100644 --- a/textproc/UCD/Makefile +++ b/textproc/UCD/Makefile @@ -3,7 +3,7 @@ PORTNAME= UCD PORTVERSION= 9.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.unicode.org/Public/zipped/${PORTVERSION}/:src\ ftp://www.unicode.org/Public/zipped/${PORTVERSION}/:src \ @@ -44,6 +44,8 @@ do-install: .if ${PORT_OPTIONS:MHAN} (cd ${STAGEDIR}${DATADIR} && \ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/Unihan.zip ${EXTRACT_AFTER_ARGS}) + # Gucharmap also needs this zipfile + ${INSTALL_DATA} ${_DISTDIR}/Unihan.zip ${STAGEDIR}${DATADIR} .endif .include diff --git a/textproc/UCD/pkg-plist b/textproc/UCD/pkg-plist index 083c73439a0d..4f5a5ad3e939 100644 --- a/textproc/UCD/pkg-plist +++ b/textproc/UCD/pkg-plist @@ -46,6 +46,7 @@ %%HAN%%%%DATADIR%%/Unihan_RadicalStrokeCounts.txt %%HAN%%%%DATADIR%%/Unihan_Readings.txt %%HAN%%%%DATADIR%%/Unihan_Variants.txt +%%HAN%%%%DATADIR%%/Unihan.zip %%DATADIR%%/auxiliary/GraphemeBreakProperty.txt %%DATADIR%%/auxiliary/GraphemeBreakTest.html %%DATADIR%%/auxiliary/GraphemeBreakTest.txt -- cgit