1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Fix install

install  -m 0644 /hdd/ports/distfilesunicode/9.0.0/Unihan.zip
/hdd/ports/misc/unicode-ucd/work/stage/usr/local/share/unicode-ucd/
install: /hdd/ports/distfilesunicode/9.0.0/Unihan.zip: No such file or directory
*** Error code 71

Approved by:	just fix it
This commit is contained in:
Pawel Pekala 2017-05-31 14:36:02 +00:00
parent 31ac664b78
commit a298b73d3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442185

View File

@ -24,7 +24,7 @@ do-install:
cd ${WRKSRC} && ${COPYTREE_SHARE} . \
${STAGEDIR}${PREFIX}/share/${PORTNAME}/
# we unpack Unihan.zip but gucharmap wants the Unihan.zip to be present
${INSTALL_DATA} ${DISTDIR}${DIST_SUBDIR}/Unihan.zip \
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/Unihan.zip \
${STAGEDIR}${PREFIX}/share/${PORTNAME}/
.include <bsd.port.mk>