security/nyx: use INSTALL_MAN instead of CP

PR:		223501
Submitted by:	jhale, mat
This commit is contained in:
Kurt Jaeger 2018-02-20 12:02:37 +00:00
parent e91986c184
commit edb94741f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462389

View file

@ -23,6 +23,6 @@ NO_ARCH= yes
PLIST_FILES= man/man1/nyx.1.gz
post-install:
${CP} ${WRKSRC}/nyx.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/nyx.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>