aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Geo-IP
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2004-12-27 16:25:47 +0800
committerleeym <leeym@FreeBSD.org>2004-12-27 16:25:47 +0800
commit91a049b5c02a871c32a601a3211b57a4cbf21356 (patch)
treec71e8eb569154e0a5457037b9fe2db4f5eea77f7 /net/p5-Geo-IP
parent691007e3b4fe430e7d694d984cc9e8993603312c (diff)
downloadfreebsd-ports-gnome-91a049b5c02a871c32a601a3211b57a4cbf21356.tar.gz
freebsd-ports-gnome-91a049b5c02a871c32a601a3211b57a4cbf21356.tar.zst
freebsd-ports-gnome-91a049b5c02a871c32a601a3211b57a4cbf21356.zip
- remove redundant ';' and unbreak this port on 4.x
Noticed by: kris
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>