pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/remind



Module Name:    pkgsrc
Committed By:   kim
Date:           Tue Jan  7 10:20:31 UTC 2020

Modified Files:
        pkgsrc/time/remind: Makefile

Log Message:
Avoid warnings (and possible problems) when extracting


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/time/remind/Makefile

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

Modified files:

Index: pkgsrc/time/remind/Makefile
diff -u pkgsrc/time/remind/Makefile:1.28 pkgsrc/time/remind/Makefile:1.29
--- pkgsrc/time/remind/Makefile:1.28    Tue Jan  7 10:09:38 2020
+++ pkgsrc/time/remind/Makefile Tue Jan  7 10:20:31 2020
@@ -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 @@ HOMEPAGE=     https://dianne.skoll.ca/projec
 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