summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2015-07-01 08:48:49 +0000
committergjb <gjb@FreeBSD.org>2015-07-01 08:48:49 +0000
commit1ad3ea43fe90c2bd308a12a9c04f54155b5ff383 (patch)
tree8b23e8096d38cee32cb3a58e242b34bac60357a9
parentb950715b726476df1a9b83d8af7c9684e1bc1cb9 (diff)
downloadFreeBSD-src-1ad3ea43fe90c2bd308a12a9c04f54155b5ff383.zip
FreeBSD-src-1ad3ea43fe90c2bd308a12a9c04f54155b5ff383.tar.gz
Fix the gcloud port/package name.
MFC after: 3 days Sponsored by: The FreeBSD Foundation
-rw-r--r--release/Makefile.gce6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/Makefile.gce b/release/Makefile.gce
index e1a91a7..c864aa1 100644
--- a/release/Makefile.gce
+++ b/release/Makefile.gce
@@ -36,13 +36,13 @@ gce-check-depends:
. endif
.endfor
.if !exists(/usr/local/bin/gcutil)
-. if !exists(${PORTSDIR}/net/google-cloud-api/Makefile)
+. if !exists(${PORTSDIR}/net/google-cloud-sdk/Makefile)
. if !exists(/usr/local/sbin/pkg-static)
env ASSUME_ALWAYS_YES=yes pkg bootstrap -yf
. endif
- env ASSUME_ALWAYS_YES=yes pkg install -y net/google-cloud-api
+ env ASSUME_ALWAYS_YES=yes pkg install -y net/google-cloud-sdk
. else
- make -C ${PORTSDIR}/net/google-cloud-api BATCH=1 all install clean
+ make -C ${PORTSDIR}/net/google-cloud-sdk BATCH=1 all install clean
. endif
.endif
OpenPOWER on IntegriCloud