diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-10-12 03:50:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-10-12 03:50:32 +0800 |
commit | 73f8cdf00fd1abf389a2f715d3a83ee68d20d1a9 (patch) | |
tree | 35e22b1b47c9128db16905f205ae7a37141750a1 /astro | |
parent | 69b0ab070217fc66f8b782d38c4917099d4b8525 (diff) | |
download | freebsd-ports-graphics-73f8cdf00fd1abf389a2f715d3a83ee68d20d1a9.tar.gz freebsd-ports-graphics-73f8cdf00fd1abf389a2f715d3a83ee68d20d1a9.tar.zst freebsd-ports-graphics-73f8cdf00fd1abf389a2f715d3a83ee68d20d1a9.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
Diffstat (limited to 'astro')
-rw-r--r-- | astro/p5-Astro-Sunrise/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/astro/p5-Astro-Sunrise/Makefile b/astro/p5-Astro-Sunrise/Makefile index c772464635d..2191515293d 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> |