diff options
author | tron <tron@pkgsrc.org> | 2000-01-02 18:23:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-01-02 18:23:22 +0000 |
commit | cf13e2282c2e35d11fe08c1ecd6f1c134d058c57 (patch) | |
tree | 0bda1385e9624f63dbc7fb8010be5dae0aef70c1 /editors/xvile/patches | |
parent | 0964e01d582a0571bfc1b5c424d6ecf0cac2902b (diff) | |
download | pkgsrc-cf13e2282c2e35d11fe08c1ecd6f1c134d058c57.tar.gz |
Don't try to strip shell script "xshell.sh" during installation.
Diffstat (limited to 'editors/xvile/patches')
-rw-r--r-- | editors/xvile/patches/patch-aa | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/editors/xvile/patches/patch-aa b/editors/xvile/patches/patch-aa index 3fec4155ccc..a490d3c3761 100644 --- a/editors/xvile/patches/patch-aa +++ b/editors/xvile/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.4 1999/10/21 18:41:15 agc Exp $ +$NetBSD: patch-aa,v 1.5 2000/01/02 18:23:22 tron Exp $ ---- makefile.in.orig Thu Oct 21 18:55:31 1999 -+++ makefile.in Thu Oct 21 19:05:02 1999 -@@ -51,7 +51,7 @@ +--- makefile.in.orig Thu Nov 11 03:04:17 1999 ++++ makefile.in Sun Jan 2 19:18:10 2000 +@@ -50,7 +50,7 @@ PERL = @PERL@ PERLLIB = @perl_lib_path@ @@ -11,7 +11,16 @@ $NetBSD: patch-aa,v 1.4 1999/10/21 18:41:15 agc Exp $ prefix = @prefix@ -@@ -615,6 +615,9 @@ +@@ -607,7 +607,7 @@ + $(INSTALL_PROGRAM) $(TARGET) $@ + + $(BINDIR)/xshell.sh: $(srcdir)/xshell.sh +- $(INSTALL_PROGRAM) $(srcdir)/xshell.sh $@ ++ $(INSTALL_SCRIPT) $(srcdir)/xshell.sh $@ + $(BINDIR)/vileget: $(srcdir)/perl/vileget + $(INSTALL_SCRIPT) $(srcdir)/perl/vileget $@ + +@@ -674,6 +674,9 @@ $(INSTALL_DIRS): $(SHELL) ${srcdir}/mkdirs.sh $@ |