aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2024-04-12 06:04:05 +0000
committerMathieu Arnold <mat@FreeBSD.org>2024-04-12 06:04:05 +0000
commit0660187ad07f36727fead6764740a225a31f342f (patch)
tree33b1e72c87dc7d4c93a723fc7a23f51d791785d7 /comms
parent38e3f7255c438a90466c0a54b352f472f4bbc001 (diff)
downloadports-0660187ad07f36727fead6764740a225a31f342f.tar.gz
ports-0660187ad07f36727fead6764740a225a31f342f.zip
cleanup: remove occurrences of WITH_DEBUG
DEBUG like all ports features, must not ever be set in a port, they are user facing features, that the user needs to enable in their environment/make.conf, either by defining WITH_DEBUG globally, or by setting WITH_DEBUG_PORTS with origin of ports they want DEBUG enabled in.
Diffstat (limited to 'comms')
-rw-r--r--comms/limesuite/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/comms/limesuite/Makefile b/comms/limesuite/Makefile
index 706267c264ce..d894c45cf11a 100644
--- a/comms/limesuite/Makefile
+++ b/comms/limesuite/Makefile
@@ -87,10 +87,6 @@ PLIST_SUB+= OCTAVE_OCT_SITE_DIR=${OCTAVE_OCT_SITE_DIR:sh}/
PLIST_SUB+= OCTAVE_M_SITE_DIR=${OCTAVE_M_SITE_DIR:sh}/
.endif
-.if ${PORT_OPTIONS:MDEBUG}
-WITH_DEBUG= yes
-.endif
-
post-build:
# N.B. COPYTREE_BIN here chmods 555 which breaks CMAKE_INSTALL in user mode!
(cd ${BUILD_WRKSRC}/bin && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/bin)