aboutsummaryrefslogtreecommitdiff
path: root/cad/kicad
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2021-01-12 21:06:23 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2021-01-12 21:06:23 +0000
commit0f4f68d03bfea9f0faeab779755e7d32d99b7832 (patch)
tree4f9dde7bda2e96a82acc0fe81e59200e8990c755 /cad/kicad
parent0fa85ea40c711fe0a79c231f6270fe0ead5445ea (diff)
downloadports-0f4f68d03bfea9f0faeab779755e7d32d99b7832.tar.gz
ports-0f4f68d03bfea9f0faeab779755e7d32d99b7832.zip
kicad: clean up Makefile - that file has been gone for quite some time
Reported by: emaste Differential Revision: D27873
Notes
Notes: svn path=/head/; revision=561381
Diffstat (limited to 'cad/kicad')
-rw-r--r--cad/kicad/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile
index 78d73fe0d941..be2d7b9f7820 100644
--- a/cad/kicad/Makefile
+++ b/cad/kicad/Makefile
@@ -61,12 +61,6 @@ DOXYGEN_IMPLIES= DOCS
DOXYGEN_ALL_TARGET= all doxygen-docs
DOXYGEN_PORTDOCS= doxygen
-# The CheckCXXSymbolExists module has been shipped with CMake since 3.0 times.
-# The ancient implementation that this bundled module uses, no longer works
-# because it uses CMake internals that have gone away in 3.11.
-post-extract:
- ${RM} ${WRKSRC}/CMakeModules/CheckCXXSymbolExists.cmake
-
pre-configure:
${REINPLACE_CMD} -e 's|/usr/share/kicad|${DATADIR}|' \
-e 's|/usr/local|${PREFIX}|' \