diff options
Diffstat (limited to 'devel/scmgit/patches/patch-ae')
-rw-r--r-- | devel/scmgit/patches/patch-ae | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/scmgit/patches/patch-ae b/devel/scmgit/patches/patch-ae deleted file mode 100644 index 9b316e7d0e3..00000000000 --- a/devel/scmgit/patches/patch-ae +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ae,v 1.4 2007/09/11 09:23:55 bjs Exp $ - -In pkgsrc, all Perl modules are installed into vendor_perl, not -site_perl. - ---- perl/Makefile.orig 2007-09-02 01:57:44.000000000 -0400 -+++ perl/Makefile -@@ -11,7 +11,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 |