diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-21 10:30:13 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-10-21 10:30:13 +0000 |
commit | 18d20eb7cc2db23c47f97d5745a414a6d5bde5b1 (patch) | |
tree | f10636deed21cbd5db820528a13dfa846c1688a4 /sysutils/chgrep | |
parent | b5c6ba9e032e4d6ce9dee13bd08c3ec178129466 (diff) | |
download | ports-18d20eb7cc2db23c47f97d5745a414a6d5bde5b1.tar.gz ports-18d20eb7cc2db23c47f97d5745a414a6d5bde5b1.zip |
Notes
Diffstat (limited to 'sysutils/chgrep')
-rw-r--r-- | sysutils/chgrep/Makefile | 4 | ||||
-rw-r--r-- | sysutils/chgrep/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/chgrep/Makefile b/sysutils/chgrep/Makefile index 8c798906870c..7583ed219918 100644 --- a/sysutils/chgrep/Makefile +++ b/sysutils/chgrep/Makefile @@ -8,10 +8,10 @@ PORTNAME= chgrep PORTVERSION= 1.2.4 CATEGORIES= sysutils -MASTER_SITES= http://www.bmk.bicom.pl/chgrep/ +MASTER_SITES= http://www.bmk-it.com/__data/page/63/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jmelo@freebsdbrasil.com.br COMMENT= Fast string substitution across multiple files GNU_CONFIGURE= yes diff --git a/sysutils/chgrep/pkg-descr b/sysutils/chgrep/pkg-descr index 2aa7ed9869d9..f218f28819b9 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.bicom.pl/chgrep +WWW: http://www.bmk-it.com/chgrep/ |