Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jun 2018 08:00:24 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472964 - head/net/wireguard-go
Message-ID:  <201806210800.w5L80OGx042746@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806210800.w5L80OGx042746>