diff options
author | swills <swills@FreeBSD.org> | 2014-12-25 10:38:39 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-12-25 10:38:39 +0800 |
commit | 5e6764a6e121384e88247311dd37e5fbeb723454 (patch) | |
tree | 306d3b14c16e6bbcfd6b1fa43e8bb7f6073571d1 | |
parent | 9f214453c1911dd8b95c5f555726a396f74a7284 (diff) | |
download | freebsd-ports-gnome-5e6764a6e121384e88247311dd37e5fbeb723454.tar.gz freebsd-ports-gnome-5e6764a6e121384e88247311dd37e5fbeb723454.tar.zst freebsd-ports-gnome-5e6764a6e121384e88247311dd37e5fbeb723454.zip |
net/google-startup-scripts: unbreak
-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 \ |