svn commit: r472964 - head/net/wireguard-go

Bernhard Froehlich decke at FreeBSD.org
Thu Jun 21 08:00:25 UTC 2018


Author: decke
Date: Thu Jun 21 08:00:24 2018
New Revision: 472964
URL: https://svnweb.freebsd.org/changeset/ports/472964

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

Modified:
  head/net/wireguard-go/Makefile

Modified: head/net/wireguard-go/Makefile
==============================================================================
--- head/net/wireguard-go/Makefile	Thu Jun 21 07:59:24 2018	(r472963)
+++ head/net/wireguard-go/Makefile	Thu Jun 21 08:00:24 2018	(r472964)
@@ -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>


More information about the svn-ports-head mailing list