svn commit: r442380 - head/textproc/UCD
Thierry Thomas
thierry at FreeBSD.org
Fri Jun 2 14:53:54 UTC 2017
Author: thierry
Date: Fri Jun 2 14:53:52 2017
New Revision: 442380
URL: https://svnweb.freebsd.org/changeset/ports/442380
Log:
Gucharmap also needs the source zipfile.
Reported by: kwm
Modified:
head/textproc/UCD/Makefile
head/textproc/UCD/pkg-plist
Modified: head/textproc/UCD/Makefile
==============================================================================
--- head/textproc/UCD/Makefile Fri Jun 2 12:07:29 2017 (r442379)
+++ head/textproc/UCD/Makefile Fri Jun 2 14:53:52 2017 (r442380)
@@ -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 <bsd.port.mk>
Modified: head/textproc/UCD/pkg-plist
==============================================================================
--- head/textproc/UCD/pkg-plist Fri Jun 2 12:07:29 2017 (r442379)
+++ head/textproc/UCD/pkg-plist Fri Jun 2 14:53:52 2017 (r442380)
@@ -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
More information about the svn-ports-all
mailing list