Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Sep 2020 14:32:23 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547652 - head/x11-fonts/noto-emoji
Message-ID:  <202009051432.085EWNMm048437@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep  5 14:32:23 2020
New Revision: 547652
URL: https://svnweb.freebsd.org/changeset/ports/547652

Log:
  Fix installation (after adding DIST_SUBDIR)
  
  Reported by:	pkubaj

Modified:
  head/x11-fonts/noto-emoji/Makefile

Modified: head/x11-fonts/noto-emoji/Makefile
==============================================================================
--- head/x11-fonts/noto-emoji/Makefile	Sat Sep  5 14:28:57 2020	(r547651)
+++ head/x11-fonts/noto-emoji/Makefile	Sat Sep  5 14:32:23 2020	(r547652)
@@ -23,6 +23,6 @@ NO_BUILD=	yes
 
 do-install:
 	${MKDIR} ${STAGEDIR}${FONTSDIR}
-	${INSTALL_DATA} ${DISTDIR}/NotoColorEmoji.ttf ${DISTDIR}/NotoEmoji-Regular.ttf ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/NotoColorEmoji.ttf ${DISTDIR}/${DIST_SUBDIR}/NotoEmoji-Regular.ttf ${STAGEDIR}${FONTSDIR}
 
 .include <bsd.port.mk>



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