diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-12-25 02:38:39 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-12-25 02:38:39 +0000 |
commit | fb06084ff43d17291aacb05fd7de52ea0e5e2197 (patch) | |
tree | 306d3b14c16e6bbcfd6b1fa43e8bb7f6073571d1 | |
parent | Convert USE_GNOME=desktopfileutils into USES=desktop-file-utils (diff) |
net/google-startup-scripts: unbreak
Diffstat (limited to '')
-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 47d51739ebdd..f0345af30e99 100644 --- a/net/google-startup-scripts/Makefile +++ b/net/google-startup-scripts/Makefile @@ -20,7 +20,7 @@ USE_GITHUB= yes GH_ACCOUNT= GoogleCloudPlatform GH_PROJECT= compute-image-packages USE_RC_SUBR= google-startup -WRKSRC_SUBDIR= ${PORTNAME} +WRKSRC= ${WRKDIR}/${GH_PROJECT}-${PORTVERSION}/${PORTNAME} SHEBANG_FILES= usr/share/google/fetch_script \ usr/share/google/first-boot \ |