aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mgmt/p0f/Makefile2
-rw-r--r--net/p0f/Makefile2
2 files changed, 2 insertions, 2 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
diff --git a/net/p0f/Makefile b/net/p0f/Makefile
index 3e67a7185611..bd0093a6f8f2 100644
--- a/net/p0f/Makefile
+++ b/net/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