diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-05-24 23:39:57 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-05-24 23:39:57 +0000 |
commit | f9a329bb3751d9dc093e76d9f9dbaa248737899a (patch) | |
tree | c56399c09ca9cb3e4028be85b3b61efb23af56ee /news | |
parent | fd88e0cd3e789013828b21043e4420b74e628342 (diff) | |
download | ports-f9a329bb3751d9dc093e76d9f9dbaa248737899a.tar.gz ports-f9a329bb3751d9dc093e76d9f9dbaa248737899a.zip |
Notes
Diffstat (limited to 'news')
-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 425a8f6e8190..df983d55ce18 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: |