Index: head/net/wireguard-go/Makefile =================================================================== --- head/net/wireguard-go/Makefile (revision 472963) +++ head/net/wireguard-go/Makefile (revision 472964) @@ -1,28 +1,27 @@ # $FreeBSD$ PORTNAME= wireguard-go PORTVERSION= 0.0.20180613 CATEGORIES= net MASTER_SITES= https://git.zx2c4.com/wireguard-go/snapshot/ \ LOCAL/decke DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-${PORTVERSION}-vendor${EXTRACT_SUFX} MAINTAINER= decke@FreeBSD.org COMMENT= WireGuard implementation in Go LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= go:lang/go \ dep:devel/dep 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