diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-30 21:35:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-30 21:35:28 +0000 |
commit | 92bf6cdbd4821d1f9894c15233d90d4713d976ec (patch) | |
tree | 2f678ff7e3e7c73804d319b77b64e45d80fdbc06 /sysutils/chgrep | |
parent | 5ffd89d915a0a919b43efffb201ce54f2d4f384e (diff) |
Notes
Diffstat (limited to 'sysutils/chgrep')
-rw-r--r-- | sysutils/chgrep/Makefile | 2 | ||||
-rw-r--r-- | sysutils/chgrep/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/chgrep/Makefile b/sysutils/chgrep/Makefile index 7583ed219918..23a216b98838 100644 --- a/sysutils/chgrep/Makefile +++ b/sysutils/chgrep/Makefile @@ -8,7 +8,7 @@ PORTNAME= chgrep PORTVERSION= 1.2.4 CATEGORIES= sysutils -MASTER_SITES= http://www.bmk-it.com/__data/page/63/ +MASTER_SITES= http://www.bmk-it.com/projects/chgrep/files/ EXTRACT_SUFX= .tgz MAINTAINER= jmelo@freebsdbrasil.com.br diff --git a/sysutils/chgrep/pkg-descr b/sysutils/chgrep/pkg-descr index f218f28819b9..6e56ca5abcdf 100644 --- a/sysutils/chgrep/pkg-descr +++ b/sysutils/chgrep/pkg-descr @@ -3,4 +3,4 @@ for oldstring and changes them to new string. If some file and file.lock exist then chgrep leaves both files unchanged. This program can be very use- full for mail servers. Chgrep is fast, much faster than grep or sed. -WWW: http://www.bmk-it.com/chgrep/ +WWW: http://www.bmk-it.com/projects/chgrep/ |