aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-05-21 11:43:20 +0800
committerSean Chittenden <seanc@FreeBSD.org>2003-05-21 11:43:20 +0800
commit9e3e86ed2be54cc91003373e82ab26282fb88237 (patch)
tree5e5071ecf10c366ac9c56c7dfa95c172e20ddfca /net
parent457a2b423ebc51409b9dd9bcd799a9b8d755e36e (diff)
downloadfreebsd-ports-gnome-9e3e86ed2be54cc91003373e82ab26282fb88237.tar.gz
freebsd-ports-gnome-9e3e86ed2be54cc91003373e82ab26282fb88237.tar.zst
freebsd-ports-gnome-9e3e86ed2be54cc91003373e82ab26282fb88237.zip
Fix vi induced fat-finger over slow ssh connection.
Pointed out by: Mathieu Arnold <mat@mat.cc>
Diffstat (limited to 'net')
-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>