diff options
| author | Sean Chittenden <seanc@FreeBSD.org> | 2003-05-21 03:43:20 +0000 |
|---|---|---|
| committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-05-21 03:43:20 +0000 |
| commit | 9e3e86ed2be54cc91003373e82ab26282fb88237 (patch) | |
| tree | 5e5071ecf10c366ac9c56c7dfa95c172e20ddfca | |
| parent | Forgot 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>
| -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 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> |
