git: 4fd25f1452ad - main - devel/libnjs: fix %%LOCALBASE%% substitution
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Sep 2023 15:31:44 UTC
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=4fd25f1452ad64c38ad4ce0bb3d82cfabb28bd25 commit 4fd25f1452ad64c38ad4ce0bb3d82cfabb28bd25 Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2023-09-13 15:30:57 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2023-09-13 15:30:57 +0000 devel/libnjs: fix %%LOCALBASE%% substitution Bump PORTREVISION. --- devel/libnjs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/libnjs/Makefile b/devel/libnjs/Makefile index 202e6e82c975..4fed4ccc6062 100644 --- a/devel/libnjs/Makefile +++ b/devel/libnjs/Makefile @@ -1,6 +1,6 @@ PORTNAME= libnjs DISTVERSION= 0.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel www MAINTAINER= osa@FreeBSD.org @@ -97,7 +97,7 @@ PLIST_FILES= include/njs_addr2line.h \ post-patch: @${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/nginx/config + ${WRKSRC}/auto/make do-build: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} libnjs