summaryrefslogtreecommitdiff
path: root/net/p5-Geo-IP
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-05-21 03:43:20 +0000
committerSean Chittenden <seanc@FreeBSD.org>2003-05-21 03:43:20 +0000
commit9e3e86ed2be54cc91003373e82ab26282fb88237 (patch)
tree5e5071ecf10c366ac9c56c7dfa95c172e20ddfca /net/p5-Geo-IP
parentForgot to insert SUBDIR in MASTER_SITES paths, fix that. (diff)
Fix vi induced fat-finger over slow ssh connection.
Pointed out by: Mathieu Arnold <mat@mat.cc>
Notes
Notes: svn path=/head/; revision=81576
Diffstat (limited to 'net/p5-Geo-IP')
-rw-r--r--net/p5-Geo-IP/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile
index 0631b4272eee..34b3962762bd 100644
--- a/net/p5-Geo-IP/Makefile
+++ b/net/p5-Geo-IP/Makefile
@@ -24,6 +24,6 @@ CONFIGURE_ARGS= LIBS='-L${LOCALBASE}/lib' INC='-I${LOCALBASE}/include'
MAN3= Geo::Mirror.3 Geo::IP.3 Geo::IP::Record.3
post-patch:
- @${PERL} -pii -e 's/^our (.*),(.*);$$/use vars qw$$1$$2;/' ${WRKSRC}/lib/Geo/Mirror.pm
+ @${PERL} -pi -e 's/^our (.*),(.*);$$/use vars qw$$1$$2;/' ${WRKSRC}/lib/Geo/Mirror.pm
.include <bsd.port.mk>