summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-09-17 22:43:10 +0000
committerwill <will@FreeBSD.org>2000-09-17 22:43:10 +0000
commita9afda36d289ab3ae5629ba29504b807f48d0fcf (patch)
treeda36798fb4a19bd0889128400e7153b2f50549ed /misc
parent5e219fd889a9ce0b17fc884a1755116312c110fc (diff)
downloadFreeBSD-ports-a9afda36d289ab3ae5629ba29504b807f48d0fcf.zip
FreeBSD-ports-a9afda36d289ab3ae5629ba29504b807f48d0fcf.tar.gz
Uhm, use INSTALL_MAN not INSTALL_DATA. *thwack*thwack*
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 d20d5f6..b1cae0c 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>
OpenPOWER on IntegriCloud