aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2023-04-16 12:40:38 +0000
committerMikael Urankar <mikael@FreeBSD.org>2023-04-16 13:33:36 +0000
commitb556ea75bbc47c5cf001e325eca5fed9c1701833 (patch)
treeccd6b60552caa1402c2029b9a412dc48e1a36a48
parent9becafa66001142bd77ef2c71610665ee09894d3 (diff)
downloadports-b556ea75bbc47c5cf001e325eca5fed9c1701833.tar.gz
ports-b556ea75bbc47c5cf001e325eca5fed9c1701833.zip
www/onlyoffice-documentserver: Fix path for node headers
NODE_VERSION is not defined, use the correct variable name. While here, remove an empty line.
-rw-r--r--www/onlyoffice-documentserver/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/onlyoffice-documentserver/Makefile b/www/onlyoffice-documentserver/Makefile
index ea4b39d71333..60c306de67d4 100644
--- a/www/onlyoffice-documentserver/Makefile
+++ b/www/onlyoffice-documentserver/Makefile
@@ -119,10 +119,9 @@ post-extract:
${WRKDIR}/.cache/node-gyp/${NODE_VERSION_PORTS}
@${CP} ${DISTDIR}/node-v${NODE_VERSION_PKGFETCH}.tar.gz ${DISTDIR}/node-v${NODE_VERSION_PORTS}.tar.gz \
${WRKDIR}/.pkg-cache/node
- ${MV} ${WRKDIR}/node-v${NODE_VERSION_PORTS}/include ${WRKDIR}/.cache/node-gyp/${NODE_VERSION}
+ ${MV} ${WRKDIR}/node-v${NODE_VERSION_PORTS}/include ${WRKDIR}/.cache/node-gyp/${NODE_VERSION_PORTS}
${ECHO_CMD} '9' > ${WRKDIR}/.cache/node-gyp/${NODE_VERSION_PORTS}/installVersion
-
@${MKDIR} ${WRKSRC}/sdkjs-plugins/v1
@${CP} ${WRKSRC}/onlyoffice.github.io/sdkjs-plugins/v1/* ${WRKSRC}/sdkjs-plugins/v1