security/nyx: use INSTALL_MAN instead of CP
PR: 223501 Submitted by: jhale, mat
This commit is contained in:
parent
e91986c184
commit
edb94741f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462389
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue