summaryrefslogtreecommitdiff
path: root/shells/tcsh/Makefile
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2021-11-18 10:20:47 +0000
committerkim <kim@pkgsrc.org>2021-11-18 10:20:47 +0000
commit11eb7c2521ed760934245aa849c1555531a71e74 (patch)
tree86740ffa2ba7212fb778d49bc9ec2e5f6fab277d /shells/tcsh/Makefile
parent196c7ec259ab49c93ddd9f54d2ad610284f14705 (diff)
downloadpkgsrc-11eb7c2521ed760934245aa849c1555531a71e74.tar.gz
{,standalone-,static-}tcsh: Pull in some additional patches
- Fix off-by-one, found by Coverity - Don't glob the filetest builtin arguments twice - Add more detail to "jobs -Z" usage
Diffstat (limited to 'shells/tcsh/Makefile')
-rw-r--r--shells/tcsh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile
index ee881018292..ac86814275b 100644
--- a/shells/tcsh/Makefile
+++ b/shells/tcsh/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.102 2021/11/15 17:11:58 kim Exp $
+# $NetBSD: Makefile,v 1.103 2021/11/18 10:20:47 kim Exp $
.include "../../shells/tcsh/Makefile.common"
-PKGREVISION= 2
+PKGREVISION= 3
.include "../../mk/bsd.pkg.mk"