diff options
author | wiz <wiz@pkgsrc.org> | 2019-12-15 22:09:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-12-15 22:09:30 +0000 |
commit | bfbadec5596b68219ecebc55965cd9a677f9905f (patch) | |
tree | f31b28c34e28d6d0c09e6a693631a7a7c79aa867 /textproc | |
parent | a0889aa02cb1bcb93e059d8dd3a49c40676e9b86 (diff) | |
download | pkgsrc-bfbadec5596b68219ecebc55965cd9a677f9905f.tar.gz |
grep: reset PKGREVISION after update
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/grep/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/grep/Makefile b/textproc/grep/Makefile index f99d340ce29..ed8a6f814c3 100644 --- a/textproc/grep/Makefile +++ b/textproc/grep/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.56 2019/12/15 21:12:33 rhialto Exp $ +# $NetBSD: Makefile,v 1.57 2019/12/15 22:09:30 wiz Exp $ DISTNAME= grep-3.3 -PKGREVISION= 4 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=grep/} EXTRACT_SUFX= .tar.xz |