diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-01-31 12:19:33 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-01-31 12:19:33 +0000 |
commit | 64da33495c293781353d25d08cee0ac9fa493f39 (patch) | |
tree | f8d6af72fa2486427aa3423a8ebd4c7193e8af93 /news/fidogate/Makefile | |
parent | edf4887b7bef0e808f2c146ed76f35e5ebec4a7e (diff) | |
download | ports-64da33495c293781353d25d08cee0ac9fa493f39.tar.gz ports-64da33495c293781353d25d08cee0ac9fa493f39.zip |
Notes
Diffstat (limited to 'news/fidogate/Makefile')
-rw-r--r-- | news/fidogate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/fidogate/Makefile b/news/fidogate/Makefile index f3ca9f697ea9..3084af0351fc 100644 --- a/news/fidogate/Makefile +++ b/news/fidogate/Makefile @@ -62,7 +62,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-perl post-patch: .for i in ${FIXME} ${PERL5} -pi -e "s=([ ])log[(]=\\1log_fg(=" ${WRKSRC}/${i} - @grep "log_fg" ${WRKSRC}/${i} + @${GREP} "log_fg" ${WRKSRC}/${i} .endfor pre-configure: |