pkgsrc-WIP-changes archive

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

cde: add missing file to SUBST_FILES.paths



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Wed Jan 18 14:03:35 2023 +0100
Changeset:	72dda6901b649278647836abf40eb65c5cc800c9

Modified Files:
	cde/Makefile

Log Message:
cde: add missing file to SUBST_FILES.paths

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

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

diffstat:
 cde/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/cde/Makefile b/cde/Makefile
index 9da081c679..e3befe4b7f 100644
--- a/cde/Makefile
+++ b/cde/Makefile
@@ -67,7 +67,8 @@ SUBST_CLASSES+=		paths
 SUBST_STAGE.paths=	pre-configure
 SUBST_FILES.paths+=	configure.ac
 SUBST_FILES.paths+=	startcde
-SUBST_VARS.paths=	PREFIX VARBASE PKG_SYSCONFDIR
+SUBST_FILES.paths+=	programs/dtlogin/Makefile.am
+SUBST_VARS.paths=	PREFIX VARBASE PKG_SYSCONFDIR X11BASE
 SUBST_MESSAGE.paths=	Replacing path placeholders.
 
 MAKE_ENV+=	x_includes=${X11BASE}/include


Home | Main Index | Thread Index | Old Index