Fix a vi-invoked typo.

Submitted by:	jkim (privately)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-06-27 05:18:08 +00:00
parent 8adccff34f
commit 225e861d92
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284884

View File

@ -36,7 +36,7 @@ gce-check-depends:
. endif
.endfor
.if !exists(/usr/local/bin/gcutil)
. if !execho ists(${PORTSDIR}/net/google-cloud-api/Makefile)
. if !exists(${PORTSDIR}/net/google-cloud-api/Makefile)
. if !exists(/usr/local/sbin/pkg-static)
env ASSUME_ALWAYS_YES=yes pkg bootstrap -yf
. endif