diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-05 02:39:22 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-05 02:39:22 +0000 |
commit | ce01cce771e7326ce748058e9bcd80214cb3c547 (patch) | |
tree | 8fad3fe056b21caa7beedc438f83f5aa60e090fe /www/mdw | |
parent | ce51e6188568ef10cf60680ae663e13b8bfc32de (diff) | |
download | ports-ce01cce771e7326ce748058e9bcd80214cb3c547.tar.gz ports-ce01cce771e7326ce748058e9bcd80214cb3c547.zip |
Notes
Diffstat (limited to 'www/mdw')
-rw-r--r-- | www/mdw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mdw/Makefile b/www/mdw/Makefile index cc50a05baad9..62118d7c4b6d 100644 --- a/www/mdw/Makefile +++ b/www/mdw/Makefile @@ -18,7 +18,7 @@ USE_REINPLACE= yes MAN1= mdw.1 post-patch: - @${REINPLACE_CMD} -e 's!quite!quiet!ig; s!.BR md5sum \(1\),\n!!' \ + @${REINPLACE_CMD} -e 's!quite!quiet!g; s!.BR md5sum (1),!!' \ ${WRKSRC}/doc/mdw.1 post-install: |