pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/vym



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Dec 19 22:21:24 UTC 2019

Modified Files:
        pkgsrc/misc/vym: Makefile

Log Message:
Force extraction with bsdtar, pax-as-tar leaves around too much garbage.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/misc/vym/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/vym/Makefile
diff -u pkgsrc/misc/vym/Makefile:1.41 pkgsrc/misc/vym/Makefile:1.42
--- pkgsrc/misc/vym/Makefile:1.41       Wed Oct 30 13:05:16 2019
+++ pkgsrc/misc/vym/Makefile    Thu Dec 19 22:21:24 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2019/10/30 13:05:16 kamil Exp $
+# $NetBSD: Makefile,v 1.42 2019/12/19 22:21:24 joerg Exp $
 #
 
 DISTNAME=              vym-2.7.1
@@ -11,6 +11,8 @@ HOMEPAGE=             http://www.insilmaril.de/vym/
 COMMENT=               Generate and manipulate maps which show your thoughts
 LICENSE=               gnu-gpl-v2
 
+EXTRACT_USING=         bsdtar
+
 DEPENDS+=              xdg-utils-[0-9]*:../../misc/xdg-utils
 
 USE_LANGUAGES=         c++



Home | Main Index | Thread Index | Old Index