aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.tcl.mk
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2006-05-02 03:49:57 +0800
committersem <sem@FreeBSD.org>2006-05-02 03:49:57 +0800
commit296c78b65c5a99d6b823b7c8ad7e9ac4d223c03e (patch)
tree5d04ac201d6a748d96f81341fa75025e4a134395 /Mk/bsd.tcl.mk
parentc026d622981f21dd8e0401bdf5c51e8b984dc281 (diff)
downloadfreebsd-ports-gnome-296c78b65c5a99d6b823b7c8ad7e9ac4d223c03e.tar.gz
freebsd-ports-gnome-296c78b65c5a99d6b823b7c8ad7e9ac4d223c03e.tar.zst
freebsd-ports-gnome-296c78b65c5a99d6b823b7c8ad7e9ac4d223c03e.zip
- Reset maintainer (vsevolod@)
- Remove USE_REINPLACE [1] - Reformat comment for easy reading on 80 column terminals PR: ports/96600 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
Diffstat (limited to 'Mk/bsd.tcl.mk')
-rw-r--r--Mk/bsd.tcl.mk20
1 files changed, 7 insertions, 13 deletions
diff --git a/Mk/bsd.tcl.mk b/Mk/bsd.tcl.mk
index 9bb3c7761fa0..d916b14046c0 100644
--- a/Mk/bsd.tcl.mk
+++ b/Mk/bsd.tcl.mk
@@ -7,7 +7,7 @@
.if !defined(_POSTMKINCLUDED) && !defined(Tcl_Pre_Include)
Tcl_Pre_Include= bsd.tcl.mk
-Tcl_Include_MAINTAINER= vsevolod@FreeBSD.org
+Tcl_Include_MAINTAINER= ports@FreeBSD.org
# USE_TCL: Depend on tcl to run. In case of incompatible APIs of different
# TCL versions the version can be specified directly. If version
@@ -33,15 +33,13 @@ Tcl_Include_MAINTAINER= vsevolod@FreeBSD.org
#
# WISH: Path to wish executable respecting tk version
##
-# PATCH_TCL_SCRIPTS: List of tcl scripts that need to be patched to replace tclsh
-# calls to tclsh${TK_VER} calls. Note that this implies USE_REINPLACE
-# as REINPLACE_CMD is used for patching. Also note that post-patch
-# target is used.
+# PATCH_TCL_SCRIPTS: List of tcl scripts that need to be patched to replace
+# tclsh calls with tclsh${TK_VER} calls. Also note that
+# post-patch target is used.
#
-# PATCH_TK_SCRIPTS: List of tcl scripts that need to be patched to replace wish
-# calls to wish${TK_VER} calls. Note that this implies USE_REINPLACE
-# as REINPLACE_CMD is used for patching. Also note that post-patch
-# target is used.
+# PATCH_TK_SCRIPTS: List of tcl scripts that need to be patched to replace
+# wish calls with wish${TK_VER} calls. Also note that
+# post-patch target is used.
.if defined(USE_TCL) || defined(USE_TCL_BUILD)
@@ -116,10 +114,6 @@ IGNORE= Unknown TK version specified: ${USE_TK}
.endif
.endif # defined(USE_TK)
-.if defined(PATCH_TCL_SCRIPTS) || defined (PATCH_TK_SCRIPTS)
-USE_REINPLACE= yes
-.endif
-
.endif # !defined(_POSTMKINCLUDED) && !defined(Tcl_Pre_Include)
.if defined(_POSTMKINCLUDED) && !defined(Tcl_Post_Include)