svn commit: r462389 - head/security/nyx
Kurt Jaeger
pi at FreeBSD.org
Tue Feb 20 12:02:38 UTC 2018
Author: pi
Date: Tue Feb 20 12:02:37 2018
New Revision: 462389
URL: https://svnweb.freebsd.org/changeset/ports/462389
Log:
security/nyx: use INSTALL_MAN instead of CP
PR: 223501
Submitted by: jhale, mat
Modified:
head/security/nyx/Makefile
Modified: head/security/nyx/Makefile
==============================================================================
--- head/security/nyx/Makefile Tue Feb 20 11:57:39 2018 (r462388)
+++ head/security/nyx/Makefile Tue Feb 20 12:02:37 2018 (r462389)
@@ -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>
More information about the svn-ports-all
mailing list