diff options
author | seanc <seanc@FreeBSD.org> | 2003-05-21 03:43:20 +0000 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-05-21 03:43:20 +0000 |
commit | 9d1938aa09d6a5de079e84bef022f9fd1709208a (patch) | |
tree | 6eca4be70cde78a22b8d6633a044f4fcb12ce048 /net | |
parent | bc0d5e2539ef6ef762800b5af9c1e6ca7de7f204 (diff) | |
download | FreeBSD-ports-9d1938aa09d6a5de079e84bef022f9fd1709208a.zip FreeBSD-ports-9d1938aa09d6a5de079e84bef022f9fd1709208a.tar.gz |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index 0631b42..34b3962 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> |