summaryrefslogtreecommitdiff
path: root/devel/git-base/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'devel/git-base/patches/patch-ae')
-rw-r--r--devel/git-base/patches/patch-ae16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/git-base/patches/patch-ae b/devel/git-base/patches/patch-ae
new file mode 100644
index 00000000000..79777c8d32e
--- /dev/null
+++ b/devel/git-base/patches/patch-ae
@@ -0,0 +1,16 @@
+$NetBSD: patch-ae,v 1.1 2013/09/09 13:54:44 wiz Exp $
+
+In pkgsrc, all Perl modules are installed into vendor_perl, not
+site_perl.
+
+--- perl/Makefile.orig 2008-08-17 16:43:06.000000000 -0400
++++ perl/Makefile
+@@ -13,7 +13,7 @@ ifndef V
+ endif
+
+ all install instlibdir: $(makfile)
+- $(QUIET)$(MAKE) -f $(makfile) $@
++ $(QUIET)$(MAKE) -f $(makfile) INSTALLDIRS=vendor $@
+
+ clean:
+ $(QUIET)test -f $(makfile) && $(MAKE) -f $(makfile) $@ || exit 0