pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

caddy: extract using bsd tar, NetBSD's tar is not good enough.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Jun 8 10:55:14 2017 +0200
Changeset:	5c96effe3eada9d5d08e6f15b2c0fb1a580b3da9

Modified Files:
	caddy/Makefile

Log Message:
caddy: extract using bsd tar, NetBSD's tar is not good enough.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5c96effe3eada9d5d08e6f15b2c0fb1a580b3da9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 caddy/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/caddy/Makefile b/caddy/Makefile
index 3b750f489f..9622458e8d 100644
--- a/caddy/Makefile
+++ b/caddy/Makefile
@@ -14,6 +14,8 @@ GO_DIST_BASE=	caddy-${GITHUB_TAG}*
 GO_SRCPATH=	github.com/mholt/caddy
 GO_BUILD_PATTERN= ${GO_SRCPATH}/caddy
 
+EXTRACT_USING=		bsdtar
+
 INSTALLATION_DIRS=	bin
 
 do-install:


Home | Main Index | Thread Index | Old Index