git: b556ea75bbc4 - main - www/onlyoffice-documentserver: Fix path for node headers
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Apr 2023 13:34:05 UTC
The branch main has been updated by mikael:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b556ea75bbc47c5cf001e325eca5fed9c1701833
commit b556ea75bbc47c5cf001e325eca5fed9c1701833
Author: Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2023-04-16 12:40:38 +0000
Commit: Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2023-04-16 13:33:36 +0000
www/onlyoffice-documentserver: Fix path for node headers
NODE_VERSION is not defined, use the correct variable name.
While here, remove an empty line.
---
www/onlyoffice-documentserver/Makefile | 3 +--
1 file changed, 1 insertion(+), 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