aboutsummaryrefslogtreecommitdiff
path: root/www/node24/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/node24/Makefile')
-rw-r--r--www/node24/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/node24/Makefile b/www/node24/Makefile
index 159606d42d9d..8683c23a18ab 100644
--- a/www/node24/Makefile
+++ b/www/node24/Makefile
@@ -102,4 +102,7 @@ post-configure:
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node
+post-install-BUNDLED_SSL-on:
+ cd ${STAGEDIR}${PREFIX} && ${FIND} include/node/openssl/ -type f >> ${TMPPLIST}
+
.include <bsd.port.mk>