diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-03-14 18:32:52 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-03-14 18:32:52 +0000 |
commit | 07358f71c68ccd86b4419ad5a78f56c2e9e8b3d9 (patch) | |
tree | 3305422b9e553d82e499889d647410fdefe46a97 /math/labplot | |
parent | 526d7edc4991c50fb7c11cd164e15023dc488cb6 (diff) |
Notes
Diffstat (limited to 'math/labplot')
-rw-r--r-- | math/labplot/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 252ea0b78ff2..d0aff4c82236 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -50,7 +50,4 @@ NETCDF_DESC= Build with NetCDF support NETCDF_CMAKE_BOOL= ENABLE_NETCDF NETCDF_LIB_DEPENDS= libnetcdf.so:science/netcdf -post-patch: - ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/CMakeLists.txt - .include <bsd.port.mk> |