aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordecke <decke@FreeBSD.org>2018-06-21 16:00:24 +0800
committerdecke <decke@FreeBSD.org>2018-06-21 16:00:24 +0800
commit3da194b30dee82ae7e3a9deca44e4c77595b8366 (patch)
tree73d4685e8ead57d85fbfb49125244c1359d76d0f /net
parentfcfa56bdb4ba5b16e24f6ae43a1b3874955ab1b5 (diff)
downloadfreebsd-ports-gnome-3da194b30dee82ae7e3a9deca44e4c77595b8366.tar.gz
freebsd-ports-gnome-3da194b30dee82ae7e3a9deca44e4c77595b8366.tar.zst
freebsd-ports-gnome-3da194b30dee82ae7e3a9deca44e4c77595b8366.zip
net/wireguard-go: Document the script that is used to generate the vendor tarfile
Diffstat (limited to 'net')
-rw-r--r--net/wireguard-go/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/wireguard-go/Makefile b/net/wireguard-go/Makefile
index 5a9bb47cb618..113d3ca4fc73 100644
--- a/net/wireguard-go/Makefile
+++ b/net/wireguard-go/Makefile
@@ -21,8 +21,7 @@ USES= gmake tar:xz
PLIST_FILES= bin/${PORTNAME}
-# To generate the vendor source tarball with all dependencies
-genvendor:
- (cd ${WRKDIR} ; ${TAR} cvfJ ${PORTNAME}-${PORTVERSION}-vendor.tar.xz ${PORTNAME}-${PORTVERSION}/vendor)
+# The vendor tar file is generated with the script from
+# https://people.freebsd.org/~decke/wireguard-go-genvendor.sh
.include <bsd.port.mk>