patch-Makefile_PL 466 B

12345678910111213
  1. $OpenBSD: patch-Makefile_PL,v 1.13 2015/04/30 14:41:53 sthen Exp $
  2. --- Makefile.PL.orig Tue Apr 28 20:57:01 2015
  3. +++ Makefile.PL Thu Apr 30 14:25:54 2015
  4. @@ -832,7 +832,7 @@ sub MY::install {
  5. foreach (@code) {
  6. # Add our install targets as a dependency to all top-level install targets
  7. - s/^(install(?:_[a-z]+)?\s*::?\s*.*)$/$1 conf__install data__install/;
  8. + s/^(install(?:_[a-z]+)?\s*::?\s*.*)$/$1 data__install/;
  9. }
  10. clean_MY_globals($self);