diff options
author | wiz <wiz> | 2003-09-22 09:06:35 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-09-22 09:06:35 +0000 |
commit | 1b82c4394cef1586399e6531cb2e2f04d86b0a24 (patch) | |
tree | c38f61263c69c98290d4c35d9862fdbccb556064 /converters/latex2rtf/patches | |
parent | 22777045f4599d3e344ff42bc01bbbe8e67693cb (diff) | |
download | pkgsrc-1b82c4394cef1586399e6531cb2e2f04d86b0a24.tar.gz |
Fix latex2rtf to not hardcode install(1). From Jonathan Perkins in PR 22881.
Diffstat (limited to 'converters/latex2rtf/patches')
-rw-r--r-- | converters/latex2rtf/patches/patch-aa | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/converters/latex2rtf/patches/patch-aa b/converters/latex2rtf/patches/patch-aa index ab16ee4603b..e5a3182e38a 100644 --- a/converters/latex2rtf/patches/patch-aa +++ b/converters/latex2rtf/patches/patch-aa @@ -1,27 +1,7 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/03/08 00:20:17 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2003/09/22 09:06:36 wiz Exp $ --- ./Makefile.in.orig Tue Mar 7 23:37:35 2000 +++ ./Makefile.in Tue Mar 7 23:45:10 2000 -@@ -83,13 +83,13 @@ - DIR_USER=root - BIN_USER=root - DAT_USER=root --DIR_GROUP=root --BIN_GROUP=root --DAT_GROUP=root -+DIR_GROUP=wheel -+BIN_GROUP=wheel -+DAT_GROUP=wheel - # If you have the program install, use the following definitions --INST_DIR=$(INSTALL) -g $(DIR_GROUP) -o $(DIR_USER) -d -m $(BIN_MODE) --INST_BIN=$(INSTALL) -g $(BIN_GROUP) -o $(BIN_USER) -m $(DIR_MODE) --INST_DAT=$(INSTALL) -g $(DAT_GROUP) -o $(DAT_USER) -m $(DAT_MODE) -+INST_DIR=$(INSTALL) -c -g $(DIR_GROUP) -o $(DIR_USER) -d -m $(BIN_MODE) -+INST_BIN=$(INSTALL) -c -g $(BIN_GROUP) -o $(BIN_USER) -m $(DIR_MODE) -+INST_DAT=$(INSTALL) -c -g $(DAT_GROUP) -o $(DAT_USER) -m $(DAT_MODE) - CHOWN_DIR=true - CHOWN_BIN=true - CHOWN_DAT=true @@ -115,8 +115,8 @@ # # Where support files are searched for by the executable |