summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/nsf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/nsf/Makefile b/misc/nsf/Makefile
index d20d5f660f8f..b1cae0ca33f8 100644
--- a/misc/nsf/Makefile
+++ b/misc/nsf/Makefile
@@ -19,7 +19,7 @@ MANCOMPRESSED= yes
ALL_TARGET=
post-install:
- ${INSTALL_DATA} ${WRKDIR}/${MAN1} ${PREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKDIR}/${MAN1} ${PREFIX}/man/man1/
${GZIP_CMD} ${PREFIX}/man/man1/${MAN1}
.include <bsd.port.mk>