summaryrefslogtreecommitdiff
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
parentAdd oops 1.4.16, a www proxy server similar to squid but easier to configure, (diff)
Uhm, use INSTALL_MAN not INSTALL_DATA. *thwack*thwack*
Notes
Notes: svn path=/head/; revision=32787
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>