aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2017-05-31 14:36:02 +0000
committerPawel Pekala <pawel@FreeBSD.org>2017-05-31 14:36:02 +0000
commita298b73d3e6703b4c9727328e4cea2e6350797bd (patch)
treed79be1b6957580647c344b6f34c36aa6beb4e45c /misc
parent31ac664b786c4785d3cb1630d9b0aac10881bdb7 (diff)
downloadports-a298b73d3e6703b4c9727328e4cea2e6350797bd.tar.gz
ports-a298b73d3e6703b4c9727328e4cea2e6350797bd.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/unicode-ucd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/unicode-ucd/Makefile b/misc/unicode-ucd/Makefile
index efe711b36223..bc5ec48dd9d9 100644
--- a/misc/unicode-ucd/Makefile
+++ b/misc/unicode-ucd/Makefile
@@ -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>