aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-google-compute-engine
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-05-22 13:27:40 +0000
committerSteve Wills <swills@FreeBSD.org>2018-05-22 13:27:40 +0000
commit0daa2ecfe5d99a3456be1c96a0e1312b80ed3416 (patch)
treed0d6a5dcc11ac999257b7932a9d8b63d44eb098e /sysutils/py-google-compute-engine
parent8dcaabcd6e5bd17c58c938ffb4b9f2fd7847f70f (diff)
downloadports-0daa2ecfe5d99a3456be1c96a0e1312b80ed3416.tar.gz
ports-0daa2ecfe5d99a3456be1c96a0e1312b80ed3416.zip
sysutils/py-google-compute-engine: Fix gsutil not being found
PR: 228415 Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer
Notes
Notes: svn path=/head/; revision=470611
Diffstat (limited to 'sysutils/py-google-compute-engine')
-rw-r--r--sysutils/py-google-compute-engine/Makefile3
-rw-r--r--sysutils/py-google-compute-engine/files/google_startup.in3
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/py-google-compute-engine/Makefile b/sysutils/py-google-compute-engine/Makefile
index 1c1b4d218765..76403f5c6dfa 100644
--- a/sysutils/py-google-compute-engine/Makefile
+++ b/sysutils/py-google-compute-engine/Makefile
@@ -2,7 +2,7 @@
PORTNAME= google-compute-engine
DISTVERSION= 2.7.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -40,5 +40,4 @@ post-install:
${INSTALL_DATA} ${FILESDIR}/90-google.conf.sample \
${STAGEDIR}${PREFIX}/etc/syslog.d/90-google.conf.sample
-
.include <bsd.port.mk>
diff --git a/sysutils/py-google-compute-engine/files/google_startup.in b/sysutils/py-google-compute-engine/files/google_startup.in
index 548d16cf38c8..a4fe3456ebe3 100644
--- a/sysutils/py-google-compute-engine/files/google_startup.in
+++ b/sysutils/py-google-compute-engine/files/google_startup.in
@@ -13,6 +13,9 @@
. /etc/rc.subr
+# Required to execute gsutil
+export PATH=%%LOCALBASE%%/bin:$PATH
+
name="google_startup"
rcvar="google_startup_enable"