diff options
author | tron <tron@pkgsrc.org> | 1999-07-24 20:49:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-24 20:49:46 +0000 |
commit | 1d49b9d9a7f4f1a4070ad752e122566e93563dd7 (patch) | |
tree | 9b992f716517ef300175afab6f134a3185a05986 | |
parent | a9eb9f5aa6e0f7fe8bb32b809935edad66b473dd (diff) | |
download | pkgsrc-1d49b9d9a7f4f1a4070ad752e122566e93563dd7.tar.gz |
Fix installation of "tixindex" instead of ignoring the error.
-rw-r--r-- | x11/tix/patches/patch-ab | 4 |
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); \ |