diff options
author | tron <tron@pkgsrc.org> | 1999-04-03 00:29:16 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-03 00:29:16 +0000 |
commit | efe3e98567de066479673875c9c6bd34939767e3 (patch) | |
tree | bc5368f89886aff6399be5ce40af4af44b5d9ce3 /lang | |
parent | 7bbb039db2a01618b4e39735cc9d2679e2addc64 (diff) | |
download | pkgsrc-efe3e98567de066479673875c9c6bd34939767e3.tar.gz |
Strip "tclsh" binary during installation.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl80/patches/patch-aa | 12 |
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. |