pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

nih-current: update MAKE_ENV and MAKE_DIRS



Module Name:	pkgsrc-wip
Committed By:	Aleksey Cheusov <vle%gmx.net@localhost>
Pushed By:	cheusov
Date:		Wed May 29 22:51:25 2024 +0400
Changeset:	91a543510a80ef2f6a877a7d6c3a67352e80410f

Modified Files:
	nih-current/Makefile

Log Message:
nih-current: update MAKE_ENV and MAKE_DIRS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=91a543510a80ef2f6a877a7d6c3a67352e80410f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nih-current/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/nih-current/Makefile b/nih-current/Makefile
index 2b3f17830e..8d8a7e1d94 100644
--- a/nih-current/Makefile
+++ b/nih-current/Makefile
@@ -35,7 +35,7 @@ CONF_FILES=		${EGDIR}/nih.conf \
 			${PKG_SYSCONFDIR}/nih.conf
 
 MAKE_DIRS+=		${VARBASE}/cache/nih/summary ${VARBASE}/cache/nih/src_summary \
-   ${VARBASE}/cache/nih/cache ${VARBASE}/cache/nih/history
+   ${VARBASE}/cache/nih/packages ${VARBASE}/cache/nih/history
 
 REPLACE_INTERPRETER+=	runawk
 REPLACE.runawk.old=	.*runawk
@@ -49,7 +49,6 @@ MAKE_ENV+=		VARDIR=${VARBASE}
 MAKE_ENV+=		REAL_ROOT_USER=${REAL_ROOT_USER}
 MAKE_ENV+=		REAL_ROOT_GROUP=${REAL_ROOT_GROUP}
 MAKE_ENV+=		PKGSRCDIR=${PKGSRCDIR}
-MAKE_ENV+=		PACKAGES=${PACKAGES}
 
 .include "../../mk/bsd.prefs.mk"
 


Home | Main Index | Thread Index | Old Index