Forgot a patch file.

This commit is contained in:
rillig 2007-02-18 22:39:29 +00:00
parent 87e52f54b4
commit a582ff8942

View file

@ -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