summaryrefslogtreecommitdiff
path: root/editors/xvile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-01-02 18:23:22 +0000
committertron <tron@pkgsrc.org>2000-01-02 18:23:22 +0000
commitcf13e2282c2e35d11fe08c1ecd6f1c134d058c57 (patch)
tree0bda1385e9624f63dbc7fb8010be5dae0aef70c1 /editors/xvile
parent0964e01d582a0571bfc1b5c424d6ecf0cac2902b (diff)
downloadpkgsrc-cf13e2282c2e35d11fe08c1ecd6f1c134d058c57.tar.gz
Don't try to strip shell script "xshell.sh" during installation.
Diffstat (limited to 'editors/xvile')
-rw-r--r--editors/xvile/files/patch-sum4
-rw-r--r--editors/xvile/patches/patch-aa19
2 files changed, 16 insertions, 7 deletions
diff --git a/editors/xvile/files/patch-sum b/editors/xvile/files/patch-sum
index 283c935e3d1..bfe5d7ff635 100644
--- a/editors/xvile/files/patch-sum
+++ b/editors/xvile/files/patch-sum
@@ -1,3 +1,3 @@
-$NetBSD: patch-sum,v 1.2 1999/10/21 18:41:15 agc Exp $
+$NetBSD: patch-sum,v 1.3 2000/01/02 18:23:23 tron Exp $
-MD5 (patch-aa) = cd68420c42e32564332398e5b7e3a81f
+MD5 (patch-aa) = a8b4240eed6d59e7fd64ee9324b1f8d5
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 $@