math/labplot: remove unecessary sed call
The sed call ensured that xlocale.h was also looked for in ${LOCALBASE}/include if that one was not equal to /usr/local. However, xlocale.h is part of base and not provided by any port, and therefore will always be found in /usr/include. Reported by: swills
This commit is contained in:
parent
526d7edc49
commit
07358f71c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528432
1 changed files with 0 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue