- remove redundant ';' and unbreak this port on 4.x

Noticed by:	kris
This commit is contained in:
Yen-Ming Lee 2004-12-27 08:25:47 +00:00
parent 8300e8a2ac
commit ec2af31514
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125262

View file

@ -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>