1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

Remove CONFLICTS: it is over 5 years ago

- Use INSTALL_TARGET=install-strip
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-08-31 17:11:46 +00:00
parent d4f680d16a
commit e59eb50b6b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510403

View File

@ -20,15 +20,12 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LIB_DEPENDS= libnetcdf.so:science/netcdf
CONFLICTS= netcdf-3.* netcdf-4.[0-2].*
USES= libtool localbase pathfix
CPPFLAGS+= -fPIC -DPIC
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
USE_LDCONFIG= yes
USES= libtool localbase pathfix
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnetcdf_c++4.so.1
.include <bsd.port.mk>