Convert REINPLACE_CMD to patch file
This commit is contained in:
parent
a89383ef62
commit
13d141008d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554498
2 changed files with 10 additions and 3 deletions
|
@ -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>
|
||||
|
|
10
devel/p5-Module-CoreList/files/patch-Makefile.PL
Normal file
10
devel/p5-Module-CoreList/files/patch-Makefile.PL
Normal file
|
@ -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',
|
Loading…
Reference in a new issue