Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Nov 2014 22:29:40 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372470 - head/sysutils/pfstat
Message-ID:  <201411112229.sABMTexY049113@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
+		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 <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411112229.sABMTexY049113>