1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

net/wireguard-go: Document the script that is used to generate the vendor tarfile

This commit is contained in:
Bernhard Froehlich 2018-06-21 08:00:24 +00:00
parent 7557cede50
commit 4ee67bc2fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472964

View File

@ -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>