aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
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>