MFH: r470611
sysutils/py-google-compute-engine: Fix gsutil not being found PR: 228415 Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer Approved by: ports-secteam (implicit)
This commit is contained in:
parent
b6942f187a
commit
2c60eff6d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q2/; revision=470617
@ -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>
|
||||
|
@ -13,6 +13,9 @@
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
# Required to execute gsutil
|
||||
export PATH=%%LOCALBASE%%/bin:$PATH
|
||||
|
||||
name="google_startup"
|
||||
rcvar="google_startup_enable"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user