aboutsummaryrefslogtreecommitdiff
path: root/astro/p5-Astro-Sunrise/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-10-11 19:50:32 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-10-11 19:50:32 +0000
commit5466991db22690a179c0a41602ef6f0a585baebc (patch)
tree35e22b1b47c9128db16905f205ae7a37141750a1 /astro/p5-Astro-Sunrise/Makefile
parentf561fd7687bb0aef04a82da73215d2551d0d4d94 (diff)
downloadports-5466991db22690a179c0a41602ef6f0a585baebc.tar.gz
ports-5466991db22690a179c0a41602ef6f0a585baebc.zip
Remove USE_PERL5=patch and post-patch:
from poudriere log: /usr/local/bin/perl -pi -e 's/(qw\(.*)\[1\];/($1)[1];/; s/\r\n/\n/;' /wrkdirs/usr/ports/astro/p5-Astro-Sunrise/work/Astro-Sunrise-0.95/Sunrise.pm Can't open /wrkdirs/usr/ports/astro/p5-Astro-Sunrise/work/Astro-Sunrise-0.95/Sunrise.pm: No such file or directory. With hat: perl
Notes
Notes: svn path=/head/; revision=451791
Diffstat (limited to 'astro/p5-Astro-Sunrise/Makefile')
-rw-r--r--astro/p5-Astro-Sunrise/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/astro/p5-Astro-Sunrise/Makefile b/astro/p5-Astro-Sunrise/Makefile
index c772464635d0..2191515293da 100644
--- a/astro/p5-Astro-Sunrise/Makefile
+++ b/astro/p5-Astro-Sunrise/Makefile
@@ -18,10 +18,6 @@ BUILD_DEPENDS= p5-DateTime>=0:devel/p5-DateTime
NO_ARCH= yes
USES= perl5
-USE_PERL5= configure patch
-
-post-patch:
- ${PERL} -pi -e 's/(qw\(.*)\[1\];/($$1)[1];/; s/\r\n/\n/;' \
- ${WRKSRC}/Sunrise.pm
+USE_PERL5= configure
.include <bsd.port.mk>