Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2020 17:12:18 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554498 - in head/devel/p5-Module-CoreList: . files
Message-ID:  <202011081712.0A8HCIVa094806@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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',



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011081712.0A8HCIVa094806>