From owner-svn-ports-all@FreeBSD.ORG Sun Nov 17 23:25:25 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A85155D; Sun, 17 Nov 2013 23:25:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EDF572C61; Sun, 17 Nov 2013 23:25:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAHNPOat014213; Sun, 17 Nov 2013 23:25:24 GMT (envelope-from fluffy@svn.freebsd.org) Received: (from fluffy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAHNPOpf014212; Sun, 17 Nov 2013 23:25:24 GMT (envelope-from fluffy@svn.freebsd.org) Message-Id: <201311172325.rAHNPOpf014212@svn.freebsd.org> From: Dima Panov Date: Sun, 17 Nov 2013 23:25:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334135 - head/news/inn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Nov 2013 23:25:25 -0000 Author: fluffy Date: Sun Nov 17 23:25:24 2013 New Revision: 334135 URL: http://svnweb.freebsd.org/changeset/ports/334135 Log: - Fix MLINKS Modified: head/news/inn/Makefile Modified: head/news/inn/Makefile ============================================================================== --- head/news/inn/Makefile Sun Nov 17 23:20:42 2013 (r334134) +++ head/news/inn/Makefile Sun Nov 17 23:25:24 2013 (r334135) @@ -141,7 +141,7 @@ MAN3= INN::Config.3pm INN::Utils::Shloc MAN5= active.5 active.times.5 buffindexed.conf.5 control.ctl.5 \ cycbuff.conf.5 distrib.pats.5 distributions.5 expire.ctl.5 history.5 \ incoming.conf.5 inn.conf.5 innfeed.conf.5 innwatch.ctl.5 \ - moderators.5 motd.innd.5 motd.nnrpd.5 newsfeeds.5 newsgroups.5 \ + moderators.5 motd.news.5 newsfeeds.5 newsgroups.5 \ newslog.5 nnrpd.track.5 nntpsend.ctl.5 ovdb.5 \ passwd.nntp.5 radius.conf.5 readers.conf.5 \ storage.conf.5 subscriptions.5 @@ -157,7 +157,8 @@ MAN8= actsync.8 archive.8 batcher.8 buf radius.8 rc.news.8 scanlogs.8 scanspool.8 send-nntp.8 send-uucp.8 \ sendinpaths.8 tally.control.8 tdx-util.8 tinyleaf.8 writelog.8 MLINKS= actsync.8 actsyncd.8 docheckgroups.8 localgroups.5 perl-nocem.8 nocem.ctl.5 \ - innfeed.8 imapfeed.8 ninpaths.8 inpaths.8 + innfeed.8 imapfeed.8 motd.news.5 motd.innd.5 motd.news.5 motd.nnrpd.5 \ + ninpaths.8 inpaths.8 TO_BE_STRIPPED= bin/auth/resolv/domain bin/auth/resolv/ident \ bin/auth/passwd/ckpasswd bin/auth/passwd/radius bin/rnews.libexec/decode \