aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-04-05 14:54:24 +0800
committerkris <kris@FreeBSD.org>2003-04-05 14:54:24 +0800
commitcaa47d65650a1ca74e02691cd4a1b54b56d5c931 (patch)
tree668ce4f45349af27219f9944e38577b4be409e71 /net
parent8f9765a5798cef49607824e2a20d3d0807cf61fe (diff)
downloadfreebsd-ports-gnome-caa47d65650a1ca74e02691cd4a1b54b56d5c931.tar.gz
freebsd-ports-gnome-caa47d65650a1ca74e02691cd4a1b54b56d5c931.tar.zst
freebsd-ports-gnome-caa47d65650a1ca74e02691cd4a1b54b56d5c931.zip
Fix installation directory
Diffstat (limited to 'net')
-rw-r--r--net/p0f/Makefile2
1 files changed, 1 insertions, 1 deletions
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