diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-08 05:59:13 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-08 05:59:13 +0000 |
commit | f0d0f3d8e0d520067cc0bfd76df3ed050f014370 (patch) | |
tree | 6222d08cad20cc04a280a9ae4718b7060765e092 /math/yacas | |
parent | 9d006776f57e3309bca33411c015f107deb1fe78 (diff) |
Notes
Diffstat (limited to 'math/yacas')
-rw-r--r-- | math/yacas/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/yacas/Makefile b/math/yacas/Makefile index c06b1fc06feb..17ec563b429e 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -35,8 +35,6 @@ CPPFLAGS+= -D_GLIBCXX_USE_C99 post-patch: @${REINPLACE_CMD} -e \ - 's|"GNU strip"|"strip"|' ${WRKSRC}/configure - @${REINPLACE_CMD} -e \ 's|%%DATADIR%%|${DATADIR}|' ${WRKSRC}/src/yacasmain.cpp # Can't use USES=shebangfix here, cause the path appears several # times in the file. |