summaryrefslogtreecommitdiff
path: root/devel/scmgit-base/patches/patch-ae
blob: f8e9be681249220e78dc78ca359aa39a435b8d19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ae,v 1.4 2012/02/06 13:11:35 adam 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
@@ -12,7 +12,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