Skip to content

Commit

Permalink
devel/cmake-core: drop duplication with cmake.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxBrazhnikov committed Apr 8, 2024
1 parent 4963e98 commit ba50bfd
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions devel/cmake-core/Makefile
Expand Up @@ -55,12 +55,6 @@ OPTIONS_SUB= yes
CPACK_DESC= Enable FreeBSD generator in CPack
CPACK_LIB_DEPENDS= libpkg.so:${PKG_ORIGIN}

.include <bsd.port.pre.mk>

.if defined(STRIP) && ${STRIP} != "" && !defined(WITH_DEBUG)
INSTALL_TARGET= install/strip
.endif

# Before running configure, substitute in the values of options
# for the build. CMake's configure doesn't accept --with-foo
# or similar options: it expects them to be set in CMake-style
Expand Down Expand Up @@ -109,4 +103,4 @@ post-install:
# source directories, but gets accidentally installed.
@${FIND} ${STAGEDIR}${PREFIX} -name ".NoDartCoverage" -delete

.include <bsd.port.post.mk>
.include <bsd.port.mk>

0 comments on commit ba50bfd

Please sign in to comment.