Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Mar 2015 20:52:06 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381781 - head/x11-fonts/sourcecodepro-ttf
Message-ID:  <201503202052.t2KKq6eT053017@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Mar 20 20:52:05 2015
New Revision: 381781
URL: https://svnweb.freebsd.org/changeset/ports/381781
QAT: https://qat.redports.org/buildarchive/r381781/

Log:
  Fix packaging

Modified:
  head/x11-fonts/sourcecodepro-ttf/Makefile

Modified: head/x11-fonts/sourcecodepro-ttf/Makefile
==============================================================================
--- head/x11-fonts/sourcecodepro-ttf/Makefile	Fri Mar 20 20:34:29 2015	(r381780)
+++ head/x11-fonts/sourcecodepro-ttf/Makefile	Fri Mar 20 20:52:05 2015	(r381781)
@@ -24,6 +24,6 @@ USE_GITHUB=	yes
 
 do-install:
 	${MKDIR} ${STAGEDIR}${FONTSDIR}/
-	cd ${WRKSRC}/TTF/ && ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR}/
+	${INSTALL_DATA} ${WRKSRC}/TTF/*.ttf ${STAGEDIR}${FONTSDIR}/
 
 .include <bsd.port.mk>



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