- remove redundant ';' and unbreak this port on 4.x
Noticed by: kris
This commit is contained in:
parent
8300e8a2ac
commit
ec2af31514
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125262
1 changed files with 1 additions and 0 deletions
|
@ -26,5 +26,6 @@ MAN3= Geo::Mirror.3 Geo::IP.3 Geo::IP::Record.3
|
|||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's/^our (.*),(.*);$$/use vars qw$$1$$2;/' ${WRKSRC}/lib/Geo/Mirror.pm
|
||||
@${PERL} -pi -e 's/^([\w].+);$$/\1/' ${WRKSRC}/IP.xs
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue