svn commit: r510403 - head/science/netcdf-cxx
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 31 17:11:47 UTC 2019
Author: sunpoet
Date: Sat Aug 31 17:11:46 2019
New Revision: 510403
URL: https://svnweb.freebsd.org/changeset/ports/510403
Log:
Remove CONFLICTS: it is over 5 years ago
- Use INSTALL_TARGET=install-strip
Modified:
head/science/netcdf-cxx/Makefile
Modified: head/science/netcdf-cxx/Makefile
==============================================================================
--- head/science/netcdf-cxx/Makefile Sat Aug 31 17:11:41 2019 (r510402)
+++ head/science/netcdf-cxx/Makefile Sat Aug 31 17:11:46 2019 (r510403)
@@ -20,15 +20,12 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-se
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>
More information about the svn-ports-all
mailing list