summaryrefslogtreecommitdiff
path: root/lang/tcl80
diff options
context:
space:
mode:
authortron <tron>1999-04-03 00:29:16 +0000
committertron <tron>1999-04-03 00:29:16 +0000
commit6ccac9bfda27e3df391363d616575149363edede (patch)
treebc5368f89886aff6399be5ce40af4af44b5d9ce3 /lang/tcl80
parentd239c0272c1690667196272709d820b86d2a9b43 (diff)
downloadpkgsrc-6ccac9bfda27e3df391363d616575149363edede.tar.gz
Strip "tclsh" binary during installation.
Diffstat (limited to 'lang/tcl80')
-rw-r--r--lang/tcl80/patches/patch-aa12
1 files changed, 7 insertions, 5 deletions
diff --git a/lang/tcl80/patches/patch-aa b/lang/tcl80/patches/patch-aa
index dc5301e0cfd..d9d4a33353d 100644
--- a/lang/tcl80/patches/patch-aa
+++ b/lang/tcl80/patches/patch-aa
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.11 1999/04/01 13:36:56 agc Exp $
+$NetBSD: patch-aa,v 1.12 1999/04/03 00:29:16 tron Exp $
Configure this for libtool operation
---- Makefile.in.orig Tue Mar 9 06:51:26 1999
-+++ Makefile.in Thu Apr 1 12:57:13 1999
+--- Makefile.in.orig Tue Mar 9 07:51:26 1999
++++ Makefile.in Sat Apr 3 02:18:44 1999
@@ -55,7 +55,9 @@
BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin
@@ -15,15 +15,17 @@ Configure this for libtool operation
# Top-level directory in which to install manual entries:
MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man
-@@ -146,7 +148,7 @@
+@@ -146,8 +148,8 @@
# "install" around; better to use the install-sh script that comes
# with the distribution, which is slower but guaranteed to work.
-INSTALL = @srcdir@/install-sh -c
+-INSTALL_PROGRAM = ${INSTALL}
+INSTALL = install -c
- INSTALL_PROGRAM = ${INSTALL}
++INSTALL_PROGRAM = ${INSTALL} -m 755 -s
INSTALL_DATA = ${INSTALL} -m 644
+ # The following symbol defines additional compiler flags to enable
@@ -336,9 +338,7 @@
# The following target is configured by autoconf to generate either
# a shared library or non-shared library for Tcl.