Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2017 14:36:02 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442185 - head/misc/unicode-ucd
Message-ID:  <201705311436.v4VEa2bN073636@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Wed May 31 14:36:02 2017
New Revision: 442185
URL: https://svnweb.freebsd.org/changeset/ports/442185

Log:
  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

Modified:
  head/misc/unicode-ucd/Makefile

Modified: head/misc/unicode-ucd/Makefile
==============================================================================
--- head/misc/unicode-ucd/Makefile	Wed May 31 14:20:18 2017	(r442184)
+++ head/misc/unicode-ucd/Makefile	Wed May 31 14:36:02 2017	(r442185)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705311436.v4VEa2bN073636>