diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 18:12:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 18:12:13 +0000 |
commit | d83ff1e42e0e38fe6e33ab4d29f2bbbb5f16237e (patch) | |
tree | 1d4e886062c5321c028bc93a38a1f5524414637f /net/google-startup-scripts | |
parent | 08de97af63bd102fac562329128cc3ee8140c375 (diff) |
Notes
Diffstat (limited to 'net/google-startup-scripts')
-rw-r--r-- | net/google-startup-scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/google-startup-scripts/Makefile b/net/google-startup-scripts/Makefile index 95ac80f039f8..96ff715a4dac 100644 --- a/net/google-startup-scripts/Makefile +++ b/net/google-startup-scripts/Makefile @@ -19,7 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= GoogleCloudPlatform GH_PROJECT= compute-image-packages USE_RC_SUBR= google-startup -WRKSRC= ${WRKDIR}/${GH_PROJECT}-${PORTVERSION}/${PORTNAME} +WRKSRC_SUBDIR= ${PORTNAME} SHEBANG_FILES= usr/share/google/fetch_script \ usr/share/google/first-boot \ |