Date: Tue, 20 Feb 2018 03:22:56 -0500 From: "Jason E. Hale" <jhale@freebsd.org> To: Kurt Jaeger <pi@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r462372 - head/security/nyx Message-ID: <CAJE75NHS_Xp6eGLFSzoo-m2Dg4rBhV=SaUoKi7aB-xbOwunUKg@mail.gmail.com> In-Reply-To: <201802200639.w1K6d9C2028542@repo.freebsd.org> References: <201802200639.w1K6d9C2028542@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2/20/18, Kurt Jaeger <pi@freebsd.org> wrote: > 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> > You should use ${INSTALL_MAN} here instead of ${CP}.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJE75NHS_Xp6eGLFSzoo-m2Dg4rBhV=SaUoKi7aB-xbOwunUKg>