Date: Tue, 20 Feb 2018 06:39:09 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462372 - head/security/nyx Message-ID: <201802200639.w1K6d9C2028542@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Tue Feb 20 06:39:09 2018 New Revision: 462372 URL: https://svnweb.freebsd.org/changeset/ports/462372 Log: security/nyx: install man page PR: 223501 Submitted by: cs (maintainer) Modified: head/security/nyx/Makefile Modified: head/security/nyx/Makefile ============================================================================== --- head/security/nyx/Makefile Tue Feb 20 06:32:06 2018 (r462371) +++ head/security/nyx/Makefile Tue Feb 20 06:39:09 2018 (r462372) @@ -3,6 +3,7 @@ PORTNAME= nyx PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,5 +19,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}stem>=1.6.0:securi USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes + +PLIST_FILES= man/man1/nyx.1.gz + +post-install: + ${CP} ${WRKSRC}/nyx.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802200639.w1K6d9C2028542>