1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

revert previous changes

Requested by:	mat@
This commit is contained in:
Andrej Zverev 2014-05-30 03:55:51 +00:00
parent ab7b57c367
commit 7abf4c90e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355773
2 changed files with 1 additions and 17 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= perl
PORTVERSION= ${PERL_VERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= lang devel perl5
MASTER_SITES= CPAN \
${MASTER_SITE_LOCAL:S/$/:local/} \

View File

@ -1,16 +0,0 @@
ExtUtils::MakeMaker starting from 6.80 by default does not copy .bs files if they are empty.
More information can be obtained from ports/183305
--- cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm.orig 2013-10-15 23:04:44.000000000 +0800
+++ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm 2013-10-26 04:30:48.748262789 +0800
@@ -958,8 +958,8 @@
push @m, <<'MAKE';
$(CHMOD) $(PERM_RWX) $@
- $(NOECHO) $(RM_RF) $(BOOTSTRAP)
- - $(CP_NONEMPTY) $(BOOTSTRAP) $(INST_BOOT) $(PERM_RW)
+ $(NOECHO) $(RM_RF) $(INST_BOOT)
+ - $(TOUCH) $(BOOTSTRAP) && $(CP) $(BOOTSTRAP) $(INST_BOOT) && $(CHMOD) $(PERM_RW) $(INST_BOOT)
MAKE
return join('',@m);