summaryrefslogtreecommitdiff
path: root/editors/vile/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vile/patches/patch-aa')
-rw-r--r--editors/vile/patches/patch-aa51
1 files changed, 0 insertions, 51 deletions
diff --git a/editors/vile/patches/patch-aa b/editors/vile/patches/patch-aa
deleted file mode 100644
index 5a051e4888c..00000000000
--- a/editors/vile/patches/patch-aa
+++ /dev/null
@@ -1,51 +0,0 @@
-$NetBSD: patch-aa,v 1.7 2003/08/08 13:31:06 agc Exp $
-
---- makefile.in.orig 2003-05-25 20:34:47.000000000 +0100
-+++ makefile.in 2003-08-08 13:58:43.000000000 +0100
-@@ -52,8 +52,8 @@
- AWK = @AWK@
- PERL = @PERL@
- PERLLIB = @perl_lib_path@
--INSTALL_SCRIPT = $(SHELL) $(srcdir)/sinstall.sh $(PERL) $(INSTALL_PROGRAM)
--INSTALL_MODULE = $(SHELL) $(srcdir)/sinstall.sh $(PERL) $(INSTALL_DATA)
-+INSTALL_SCRIPT = ${BSD_INSTALL_SCRIPT}
-+INSTALL_MODULE = ${BSD_INSTALL_DATA}
-
- prefix = @prefix@
- exec_prefix = @exec_prefix@
-@@ -61,7 +61,7 @@
- manext = 1
- libdir = @libdir@
- bindir = @bindir@
--datadir = @datadir@/vile
-+datadir = @datadir@
- perldir = $(datadir)/perl
- mandir = @mandir@/man$(manext)
-
-@@ -356,7 +356,6 @@
-
- INSTALL_PERL_DIRS = $(PERLDIR) $(PERLDIR)/Vile
- INSTALL_PERL_FILES = \
-- $(BINDIR)/vileget \
- $(PERLDIR)/Breadcrumbs.pm \
- $(PERLDIR)/CaptHook.pm \
- $(PERLDIR)/Glob2re.pm \
-@@ -635,7 +634,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 $@
-
-@@ -731,6 +730,9 @@
- $(INSTALL_DIRS):
- $(SHELL) ${srcdir}/mkdirs.sh $@
-
-+${INSTALL_PERL_DIRS}:
-+ ${SHELL} ${srcdir}/mkdirs.sh $@
-+
- ALWAYS:
-
- depend : $(BUILTHDRS) $(OBJ)