pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/screen



Module Name:    pkgsrc
Committed By:   kim
Date:           Tue Jul 18 10:35:28 UTC 2017

Modified Files:
        pkgsrc/misc/screen: Makefile

Log Message:
Use bsdtar to extract, so we don't get warnings about the tar file.


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/misc/screen/Makefile

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

Modified files:

Index: pkgsrc/misc/screen/Makefile
diff -u pkgsrc/misc/screen/Makefile:1.101 pkgsrc/misc/screen/Makefile:1.102
--- pkgsrc/misc/screen/Makefile:1.101   Sat Apr 15 22:31:49 2017
+++ pkgsrc/misc/screen/Makefile Tue Jul 18 10:35:28 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2017/04/15 22:31:49 kim Exp $
+# $NetBSD: Makefile,v 1.102 2017/07/18 10:35:28 kim Exp $
 
 DISTNAME=      screen-4.5.1
 #PKGREVISION=  1
@@ -10,6 +10,8 @@ HOMEPAGE=     http://www.gnu.org/software/sc
 COMMENT=       Multi-screen window manager
 LICENSE=       gnu-gpl-v3
 
+EXTRACT_USING= bsdtar
+
 # In file included from list_display.c:36:
 # In file included from ./screen.h:150:
 # ./display.h:154:19: error: use of undeclared identifier 'T_N'



Home | Main Index | Thread Index | Old Index