diff options
-rw-r--r-- | devel/scmgit/patches/patch-ae | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/scmgit/patches/patch-ae b/devel/scmgit/patches/patch-ae new file mode 100644 index 00000000000..1ad044b16d0 --- /dev/null +++ b/devel/scmgit/patches/patch-ae @@ -0,0 +1,16 @@ +$NetBSD: patch-ae,v 1.1 2007/02/18 22:39:29 rillig Exp $ + +In pkgsrc, all Perl modules are installed into vendor_perl, not +site_perl. + +--- Makefile.orig 2007-02-14 03:46:46.000000000 +0100 ++++ Makefile 2007-02-18 23:25:33.000000000 +0100 +@@ -7,7 +7,7 @@ + prefix_SQ = $(subst ','\'',$(prefix)) + + all install instlibdir: $(makfile) +- $(MAKE) -f $(makfile) $@ ++ $(MAKE) -f $(makfile) INSTALLDIRS=vendor $@ + + clean: + test -f $(makfile) && $(MAKE) -f $(makfile) $@ || exit 0 |