diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-05 10:39:22 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-05 10:39:22 +0800 |
commit | 83ecfc07b401b3aa7dd665874aa5338f6e52c338 (patch) | |
tree | 03e2dcac3d344e367abf3ad3897b6a8dce4ae6cf /www/mdw | |
parent | 1282fcfbf506793a9366f4778af5dad1f3dbcadf (diff) | |
download | freebsd-ports-gnome-83ecfc07b401b3aa7dd665874aa5338f6e52c338.tar.gz freebsd-ports-gnome-83ecfc07b401b3aa7dd665874aa5338f6e52c338.tar.zst freebsd-ports-gnome-83ecfc07b401b3aa7dd665874aa5338f6e52c338.zip |
Updated RE to match sed.
Noticed by: bento
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: |