diff options
author | leeym <leeym@FreeBSD.org> | 2006-05-25 07:39:57 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2006-05-25 07:39:57 +0800 |
commit | 964504d22329991aceda31723f3a772fdcd5e125 (patch) | |
tree | 4a10f4008c3b08a07f4c17152d13f18273e037fe /news/nntpcache | |
parent | 0ed9c414f9605c1679d0707170856b3af3922a5c (diff) | |
download | freebsd-ports-graphics-964504d22329991aceda31723f3a772fdcd5e125.tar.gz freebsd-ports-graphics-964504d22329991aceda31723f3a772fdcd5e125.tar.zst freebsd-ports-graphics-964504d22329991aceda31723f3a772fdcd5e125.zip |
- suppress debug message for nocem filter
Diffstat (limited to 'news/nntpcache')
-rw-r--r-- | news/nntpcache/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 425a8f6e819..df983d55ce1 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -59,6 +59,8 @@ PORTDOCS= AUTHORS ChangeLog FAQ FAQ.html HACKING HTML \ .if defined(WITH_SPAMPHOBIA) PATCH_SITES+= http://people.freebsd.org/~leeym/:SPAMPHOBIA PATCHFILES+= ${DISTNAME}-spamphobia.diff.gz:SPAMPHOBIA +post-patch: + ${REINPLACE_CMD} -e '/nocem filter/s|logd|//logd|g' ${WRKSRC}/src/xover.c .endif post-configure: |