From ec2af31514807fdd08a6edab006c59b8b141e909 Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Mon, 27 Dec 2004 08:25:47 +0000 Subject: [PATCH] - remove redundant ';' and unbreak this port on 4.x Noticed by: kris --- net/p5-Geo-IP/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index 924203c8ac06..504125ef95bf 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -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