aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p0f
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-04-05 06:54:24 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-04-05 06:54:24 +0000
commit015e91e8a19b9716712c46bbdf92a695681ee1a9 (patch)
treeb7f257415075fa2690055680a867ecb94c7849c8 /net-mgmt/p0f
parentee546c96d4dfe8849347e87a1ed0ebf88016b467 (diff)
downloadports-015e91e8a19b9716712c46bbdf92a695681ee1a9.tar.gz
ports-015e91e8a19b9716712c46bbdf92a695681ee1a9.zip
Fix installation directory
Notes
Notes: svn path=/head/; revision=78262
Diffstat (limited to 'net-mgmt/p0f')
-rw-r--r--net-mgmt/p0f/Makefile2
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