pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/lua-resty-lrucache
Module Name: pkgsrc
Committed By: wiz
Date: Mon Sep 23 12:38:13 UTC 2024
Modified Files:
pkgsrc/www/lua-resty-lrucache: Makefile
Log Message:
lua-resty-lrucache: fix build
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/lua-resty-lrucache/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/lua-resty-lrucache/Makefile
diff -u pkgsrc/www/lua-resty-lrucache/Makefile:1.3 pkgsrc/www/lua-resty-lrucache/Makefile:1.4
--- pkgsrc/www/lua-resty-lrucache/Makefile:1.3 Thu Sep 19 11:15:48 2024
+++ pkgsrc/www/lua-resty-lrucache/Makefile Mon Sep 23 12:38:13 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/09/19 11:15:48 adam Exp $
+# $NetBSD: Makefile,v 1.4 2024/09/23 12:38:13 wiz Exp $
DISTNAME= lua-resty-lrucache-0.14
CATEGORIES= www
@@ -11,7 +11,13 @@ COMMENT= Lua-land LRU cache based on the
LICENSE= modified-bsd
USE_LANGUAGES= # none
-USE_TOOLS+= gmake
+USE_TOOLS+= bash:build gmake
+
+SUBST_CLASSES+= bash
+SUBST_STAGE.bash= pre-configure
+SUBST_FILES.bash+= Makefile
+SUBST_SED.bash+= -e "s,/bin/bash,${BASH},"
+SUBST_MESSAGE.bash= Fixing path to bash.
MAKE_ENV+= LUA_INCLUDE_DIR=${PREFIX}/include/luajit-2.1
MAKE_ENV+= LUA_LIB_DIR=${PREFIX}/share/luajit-2.1
Home |
Main Index |
Thread Index |
Old Index