Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2023 15:13:29 GMT
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: a55e8ba2a4c0 - 2023Q2 - www/onlyoffice-documentserver: Fix path for node headers
Message-ID:  <202304161513.33GFDTEx050571@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q2 has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a55e8ba2a4c06720abba9266034a03ea26d7de46

commit a55e8ba2a4c06720abba9266034a03ea26d7de46
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2023-04-16 12:40:38 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2023-04-16 15:13:27 +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.
    
    (cherry picked from commit b556ea75bbc47c5cf001e325eca5fed9c1701833)
---
 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 89ef694ae672..35af0e96e17e 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304161513.33GFDTEx050571>