summaryrefslogtreecommitdiff
path: root/x11/tix
diff options
context:
space:
mode:
authortron <tron>1999-07-24 20:49:46 +0000
committertron <tron>1999-07-24 20:49:46 +0000
commitc4fd6420587572caea063a5c9bf776f3bcbd051f (patch)
tree9b992f716517ef300175afab6f134a3185a05986 /x11/tix
parentb7334f97e6a5b09b233ec0910f098abfcb285e0d (diff)
downloadpkgsrc-c4fd6420587572caea063a5c9bf776f3bcbd051f.tar.gz
Fix installation of "tixindex" instead of ignoring the error.
Diffstat (limited to 'x11/tix')
-rw-r--r--x11/tix/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/tix/patches/patch-ab b/x11/tix/patches/patch-ab
index da14598b0e3..4524f590a42 100644
--- a/x11/tix/patches/patch-ab
+++ b/x11/tix/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.4 1999/04/23 23:02:21 tron Exp $
+$NetBSD: patch-ab,v 1.5 1999/07/24 20:49:46 tron Exp $
--- ../Makefile.in.orig Wed Jul 9 22:33:48 1997
+++ ../Makefile.in Wed Oct 1 12:03:37 1997
@@ -16,7 +16,7 @@ $NetBSD: patch-ab,v 1.4 1999/04/23 23:02:21 tron Exp $
done;
@echo "installing the tixindex program for builing tclIndex for Tix scripts"
- @cd $(TOOLS_DIR); $(INSTALL_PROGRAM) tixindex $(BIN_DIR)/tixindex
-+ -@cd $(TOOLS_DIR); $(INSTALL_PROGRAM) tixindex $(BIN_DIR)/tixindex
++ @cd $(TOOLS_DIR); $(BSD_INSTALL_SCRIPT) tixindex $(BIN_DIR)/tixindex
install-headers:
@for i in $(INCLUDE_DIR); \