diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/p0f/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/p0f/Makefile b/net-mgmt/p0f/Makefile index 3e67a7185611..bd0093a6f8f2 100644 --- a/net-mgmt/p0f/Makefile +++ b/net-mgmt/p0f/Makefile @@ -44,7 +44,7 @@ pre-install: post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR}/p0f + ${MKDIR} ${DOCSDIR} .for i in ${DOCFILES} ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/p0f .endfor |