svn commit: r554498 - in head/devel/p5-Module-CoreList: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Nov 8 17:12:23 UTC 2020
Author: sunpoet
Date: Sun Nov 8 17:12:17 2020
New Revision: 554498
URL: https://svnweb.freebsd.org/changeset/ports/554498
Log:
Convert REINPLACE_CMD to patch file
Added:
head/devel/p5-Module-CoreList/files/
head/devel/p5-Module-CoreList/files/patch-Makefile.PL (contents, props changed)
Modified:
head/devel/p5-Module-CoreList/Makefile
Modified: head/devel/p5-Module-CoreList/Makefile
==============================================================================
--- head/devel/p5-Module-CoreList/Makefile Sun Nov 8 17:12:13 2020 (r554497)
+++ head/devel/p5-Module-CoreList/Makefile Sun Nov 8 17:12:17 2020 (r554498)
@@ -18,7 +18,4 @@ USE_PERL5= configure
NO_ARCH= yes
-post-patch:
- @${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
-
.include <bsd.port.mk>
Added: head/devel/p5-Module-CoreList/files/patch-Makefile.PL
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-Module-CoreList/files/patch-Makefile.PL Sun Nov 8 17:12:17 2020 (r554498)
@@ -0,0 +1,10 @@
+--- Makefile.PL.orig 2020-06-08 18:59:47 UTC
++++ Makefile.PL
+@@ -25,7 +25,6 @@ WriteMakefile
+ 'List::Util' => 0,
+ 'version' => 0.88,
+ },
+- 'EXE_FILES' => [ _scripts() ],
+ 'INSTALLDIRS' => ($] < 5.011 ? 'perl' : 'site'),
+ 'PL_FILES' => {},
+ LICENSE => 'perl',
More information about the svn-ports-head
mailing list