diff options
-rw-r--r-- | math/xtensor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/xtensor/Makefile b/math/xtensor/Makefile index d2d291647949..8247dccadc20 100644 --- a/math/xtensor/Makefile +++ b/math/xtensor/Makefile @@ -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 |