summaryrefslogtreecommitdiff
path: root/shells/zsh/patches
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2012-08-16 16:26:46 +0000
committerryoon <ryoon@pkgsrc.org>2012-08-16 16:26:46 +0000
commit94998b5055b0de74ccfd65dacfc80289276034d4 (patch)
tree5e407f6d1ea090dde2b78f7e25927373f866f2fd /shells/zsh/patches
parent64686045a101334abf04c7021b2dd87396871d87 (diff)
downloadpkgsrc-94998b5055b0de74ccfd65dacfc80289276034d4.tar.gz
Remove unnecessary patches. These patches do not work anything.
Pointed out by wiz@. Thank you.
Diffstat (limited to 'shells/zsh/patches')
-rw-r--r--shells/zsh/patches/patch-af12
-rw-r--r--shells/zsh/patches/patch-ag12
2 files changed, 0 insertions, 24 deletions
diff --git a/shells/zsh/patches/patch-af b/shells/zsh/patches/patch-af
deleted file mode 100644
index 81784227c97..00000000000
--- a/shells/zsh/patches/patch-af
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-af,v 1.4 2012/07/22 10:03:40 ryoon Exp $
-
---- Config/defs.mk.in.orig 2011-04-19 15:05:00.000000000 +0000
-+++ Config/defs.mk.in
-@@ -81,6 +81,7 @@ TEXI2PDF = @TEXI2PDF@
-
- # install utility
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
-+INSTALL_SCRIPT = @INSTALL_SCRIPT@
- INSTALL_DATA = @INSTALL_DATA@
-
- # variables used in determining what to install
diff --git a/shells/zsh/patches/patch-ag b/shells/zsh/patches/patch-ag
deleted file mode 100644
index ab78060dcb1..00000000000
--- a/shells/zsh/patches/patch-ag
+++ /dev/null
@@ -1,12 +0,0 @@
-$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; \