diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-11-05 08:18:16 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-11-05 08:18:16 +0000 |
commit | 90ce791acb6b6e16d5cf758bcb8e41c2f3afdcca (patch) | |
tree | 94399734eee089e9ef8e3942476a110ed4adfff6 /textproc/gnugrep | |
parent | 9d4f5453ed1fc4c3464a2d1ef3bb061f6864eb97 (diff) | |
download | ports-90ce791acb6b6e16d5cf758bcb8e41c2f3afdcca.tar.gz ports-90ce791acb6b6e16d5cf758bcb8e41c2f3afdcca.zip |
Notes
Diffstat (limited to 'textproc/gnugrep')
-rw-r--r-- | textproc/gnugrep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/gnugrep/Makefile b/textproc/gnugrep/Makefile index 44b61d541ede..56b33b504a0e 100644 --- a/textproc/gnugrep/Makefile +++ b/textproc/gnugrep/Makefile @@ -7,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= GNU PKGNAMEPREFIX= gnu -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danfe@FreeBSD.org COMMENT= GNU version of popular pattern matching utility LICENSE= GPLv3+ |