diff options
-rw-r--r-- | net-mgmt/argus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/argus/Makefile b/net-mgmt/argus/Makefile index 39e92f06cea9..f71910be0aeb 100644 --- a/net-mgmt/argus/Makefile +++ b/net-mgmt/argus/Makefile @@ -35,7 +35,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/argus_bpf ${TARGETDIR}/sbin/argus ${MKDIR} ${TARGETDIR}/argus/archive .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR}/html/man + ${MKDIR} ${DOCSDIR}/html/man .for i in doc/html/man/*.html ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}/html/man .endfor |