pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
tk90: Align .include to wip
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Thu Mar 27 20:56:10 2025 -0400
Changeset: d035292f22e5cec357dd959a00c186e7f0e1f2be
Modified Files:
tk90/Makefile
Log Message:
tk90: Align .include to wip
This refers to tcl90, which is in wip, and might be in pkgsrc as tcl
or tcl90 some day. Adjust to typical wip practice where the .include
statements reference wip. (This needs adjusting when tcl90 moves to
pkgsrc proper, but that's normal.) Avoids a lintpkgsrc error.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d035292f22e5cec357dd959a00c186e7f0e1f2be
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
tk90/Makefile | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diffs:
diff --git a/tk90/Makefile b/tk90/Makefile
index a0f7dbf3e2..fccf6f2100 100644
--- a/tk90/Makefile
+++ b/tk90/Makefile
@@ -10,9 +10,7 @@ HOMEPAGE= https://www.tcl.tk/
COMMENT= Graphical toolkit for TCL
LICENSE= 2-clause-bsd
-# xxx
-#.include "../../x11/tk/Makefile.version"
-.include "../../x11/tk90/Makefile.version"
+.include "../../wip/tk90/Makefile.version"
WRKSRC= ${WRKDIR}/tk${TK_VERSION}
@@ -63,7 +61,5 @@ post-install:
install install-binaries
cd ${DESTDIR}${PREFIX}/bin && ${LN} -fs wish${TK_BASEVER} wish
-# xxx
-#.include "../../lang/tcl/buildlink3.mk"
-.include "../../lang/tcl90/buildlink3.mk"
+.include "../../wip/tcl90/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index