1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

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)
This commit is contained in:
Lexi Winter
2025-08-12 13:42:32 +01:00
parent c2bedb4782
commit 1553eb19d0
+2
View File
@@ -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