Forgot a patch file.
This commit is contained in:
parent
87e52f54b4
commit
a582ff8942
1 changed files with 16 additions and 0 deletions
16
devel/scmgit/patches/patch-ae
Normal file
16
devel/scmgit/patches/patch-ae
Normal 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
|
Loading…
Reference in a new issue