Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Sep 2023 15:31:44 GMT
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4fd25f1452ad - main - devel/libnjs: fix %%LOCALBASE%% substitution
Message-ID:  <202309131531.38DFVi1n047531@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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