svn commit: r462372 - head/security/nyx

Kurt Jaeger pi at FreeBSD.org
Tue Feb 20 06:39:10 UTC 2018


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>


More information about the svn-ports-head mailing list