From owner-svn-ports-all@FreeBSD.ORG Tue Nov 11 22:29:41 2014 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23C7ED3A; Tue, 11 Nov 2014 22:29:41 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FA1085D; Tue, 11 Nov 2014 22:29:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sABMTe37049114; Tue, 11 Nov 2014 22:29:40 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sABMTexY049113; Tue, 11 Nov 2014 22:29:40 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201411112229.sABMTexY049113@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 11 Nov 2014 22:29:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372470 - head/sysutils/pfstat 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.18-1 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: Tue, 11 Nov 2014 22:29:41 -0000 Author: antoine Date: Tue Nov 11 22:29:40 2014 New Revision: 372470 URL: https://svnweb.freebsd.org/changeset/ports/372470 QAT: https://qat.redports.org/buildarchive/r372470/ Log: Package orphaned man pages Modified: head/sysutils/pfstat/Makefile Modified: head/sysutils/pfstat/Makefile ============================================================================== --- head/sysutils/pfstat/Makefile Tue Nov 11 22:11:55 2014 (r372469) +++ head/sysutils/pfstat/Makefile Tue Nov 11 22:29:40 2014 (r372470) @@ -3,7 +3,7 @@ PORTNAME= pfstat PORTVERSION= 2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils net MASTER_SITES= http://www.benzedrine.cx/ @@ -17,13 +17,11 @@ MAKE_ENV+= __MAKE_CONF=/dev/null USES= iconv USE_RC_SUBR= pfstatd -MAN8= pfstat.8 \ - pfstatd.8 PLIST_FILES= bin/pfstat \ - bin/pfstatd - -.include + bin/pfstatd \ + man/man8/pfstat.8.gz \ + man/man8/pfstatd.8.gz post-patch: @${REINPLACE_CMD} -e 's|-lgd|-l$${LD_GD}|; s| -lttf||' \ @@ -37,4 +35,4 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/pfstat.8 ${STAGEDIR}/${PREFIX}/man/man8 ${INSTALL_MAN} ${WRKSRC}/pfstatd/pfstatd.8 ${STAGEDIR}/${PREFIX}/man/man8 -.include +.include