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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user