aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Geo-IP
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-12-27 08:25:47 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-12-27 08:25:47 +0000
commitec2af31514807fdd08a6edab006c59b8b141e909 (patch)
tree8a49ba7ca292c2303bad0692b5d3a6d508c958c0 /net/p5-Geo-IP
parent8300e8a2acd39f8d044b4f1a2ffbd17c1c571f4f (diff)
downloadports-ec2af31514807fdd08a6edab006c59b8b141e909.tar.gz
ports-ec2af31514807fdd08a6edab006c59b8b141e909.zip
- remove redundant ';' and unbreak this port on 4.x
Noticed by: kris
Notes
Notes: svn path=/head/; revision=125262
Diffstat (limited to 'net/p5-Geo-IP')
-rw-r--r--net/p5-Geo-IP/Makefile1
1 files changed, 1 insertions, 0 deletions
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 <bsd.port.mk>