aboutsummaryrefslogtreecommitdiff
path: root/misc/nsf
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-09-17 22:43:10 +0000
committerWill Andrews <will@FreeBSD.org>2000-09-17 22:43:10 +0000
commitf467e7e5c8b695fc723aaae7d818cd0e260ce369 (patch)
treef2fcf89acd99e7a59b67c770a39a98e581e26507 /misc/nsf
parent97ff1a477e8631a785ea28b6eba0025287fc73c7 (diff)
downloadports-f467e7e5c8b695fc723aaae7d818cd0e260ce369.tar.gz
ports-f467e7e5c8b695fc723aaae7d818cd0e260ce369.zip
Notes
Diffstat (limited to 'misc/nsf')
-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>