pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/remind Avoid warnings (and possible problems) whe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/556b105c98b2
branches:  trunk
changeset: 407566:556b105c98b2
user:      kim <kim%pkgsrc.org@localhost>
date:      Tue Jan 07 10:20:31 2020 +0000

description:
Avoid warnings (and possible problems) when extracting

diffstat:

 time/remind/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e3d6db2b329c -r 556b105c98b2 time/remind/Makefile
--- a/time/remind/Makefile      Tue Jan 07 10:09:53 2020 +0000
+++ b/time/remind/Makefile      Tue Jan 07 10:20:31 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/01/07 10:09:38 kim Exp $
+# $NetBSD: Makefile,v 1.29 2020/01/07 10:20:31 kim Exp $
 
 DISTNAME=      remind-03.02.00
 PKGNAME=       ${DISTNAME:C/0([0-9])/\1/g}
@@ -10,6 +10,7 @@
 COMMENT=       Calendar/alarm program with interpreted input language
 LICENSE=       gnu-gpl-v2
 
+EXTRACT_USING= bsdtar
 GNU_CONFIGURE= yes
 USE_TOOLS+=    perl:run
 USE_FEATURES=  glob



Home | Main Index | Thread Index | Old Index