Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Aug 2018 08:15:13 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476727 - head/math/xtensor
Message-ID:  <201808090815.w798FDB7072628@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Aug  9 08:15:13 2018
New Revision: 476727
URL: https://svnweb.freebsd.org/changeset/ports/476727

Log:
  math/xtensor: Unsilence the command
  
  Reported by:	mat

Modified:
  head/math/xtensor/Makefile

Modified: head/math/xtensor/Makefile
==============================================================================
--- head/math/xtensor/Makefile	Thu Aug  9 08:13:10 2018	(r476726)
+++ head/math/xtensor/Makefile	Thu Aug  9 08:15:13 2018	(r476727)
@@ -20,7 +20,7 @@ NO_BUILD=	yes
 NO_ARCH=	yes
 
 post-install:
-	@cd ${WRKSRC}/xtl/include && ${COPYTREE_SHARE} xtl ${STAGEDIR}${PREFIX}/include
+	cd ${WRKSRC}/xtl/include && ${COPYTREE_SHARE} xtl ${STAGEDIR}${PREFIX}/include
 
 do-test:
 	@${RLN} ${STAGEDIR}${PREFIX}/include ${WRKSRC}/test/staged-include



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