summaryrefslogtreecommitdiff
path: root/shells/zsh/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh/patches/patch-ag')
-rw-r--r--shells/zsh/patches/patch-ag12
1 files changed, 12 insertions, 0 deletions
diff --git a/shells/zsh/patches/patch-ag b/shells/zsh/patches/patch-ag
new file mode 100644
index 00000000000..ab78060dcb1
--- /dev/null
+++ b/shells/zsh/patches/patch-ag
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.4 2012/07/22 10:03:40 ryoon Exp $
+
+--- Makefile.in.orig 2009-03-14 18:27:05.000000000 +0000
++++ Makefile.in
+@@ -87,6 +87,7 @@ install.fns:
+ scriptdir="$(scriptdir)" \
+ FUNCTIONS_SUBDIRS="$(FUNCTIONS_SUBDIRS)" \
+ INSTALL_DATA="$(INSTALL_DATA)" \
++ INSTALL_SCRIPT="$(INSTALL_SCRIPT)" \
+ INSTALL_PROGRAM="$(INSTALL_PROGRAM)" \
+ DESTDIR="$(DESTDIR)" VERSION="$(VERSION)" \
+ $(SHELL) $(sdir_top)/Config/installfns.sh || exit 1; \