git: 1553eb19d0c6 - main - lang/duktape-lib: Set INSTALL_PREFIX in MAKE_ARGS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Sep 2025 22:05:33 UTC
The branch main has been updated by ivy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1553eb19d0c68b96050d40ade213ab9654f714a5
commit 1553eb19d0c68b96050d40ade213ab9654f714a5
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-08-12 12:42:32 +0000
Commit: Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-09-19 22:00:24 +0000
lang/duktape-lib: Set INSTALL_PREFIX in MAKE_ARGS
This is necessary to generate the correct prefix in the pkgconfig data.
PR: 288815
Reviewed by: arrowd
Approved by: arrowd (ports)
---
lang/duktape-lib/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lang/duktape-lib/Makefile b/lang/duktape-lib/Makefile
index f1a56029dda9..28a06b98bb9a 100644
--- a/lang/duktape-lib/Makefile
+++ b/lang/duktape-lib/Makefile
@@ -1,5 +1,6 @@
PORTNAME= duktape
DISTVERSION= 2.7.0
+PORTREVISION= 1
CATEGORIES= lang devel
MASTER_SITES= https://github.com/svaarala/${PORTNAME}/releases/download/v${DISTVERSION}/ \
https://duktape.org/
@@ -16,6 +17,7 @@ USES= gmake tar:xz
USE_LDCONFIG= yes
MAKEFILE= Makefile.sharedlibrary
+MAKE_ARGS= INSTALL_PREFIX=${PREFIX}
MAJOR= 207
MINOR= 20700