pkgsrc-WIP-changes archive

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

shellinabox: prefer bsdtar



Module Name:	pkgsrc-wip
Committed By:	ast <ast%NetBSD.org@localhost>
Pushed By:	ast
Date:		Mon Feb 12 09:24:35 2018 +0100
Changeset:	7b4ff299991c2de240e04374739ff7dcb2aee887

Modified Files:
	shellinabox/Makefile

Log Message:
shellinabox: prefer bsdtar

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

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

diffstat:
 shellinabox/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/shellinabox/Makefile b/shellinabox/Makefile
index 94969e2c0b..acad228fd3 100644
--- a/shellinabox/Makefile
+++ b/shellinabox/Makefile
@@ -15,7 +15,7 @@ HOMEPAGE=	https://code.google.com/archive/p/shellinabox/
 COMMENT=	JavaScript/CSS web server instrumentation for terminal emulation
 LICENSE=	gnu-gpl-v2
 
-EXTRACT_USING=	gtar
+EXTRACT_USING=	bsdtar
 
 USE_TOOLS+=	gtar aclocal automake autoconf gm4 gmake autoheader
 USE_LANGUAGES=	c


Home | Main Index | Thread Index | Old Index