diff options
author | kris <kris@FreeBSD.org> | 2003-04-05 06:54:24 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-04-05 06:54:24 +0000 |
commit | caa47d65650a1ca74e02691cd4a1b54b56d5c931 (patch) | |
tree | 668ce4f45349af27219f9944e38577b4be409e71 /net-mgmt | |
parent | 8f9765a5798cef49607824e2a20d3d0807cf61fe (diff) | |
download | FreeBSD-ports-caa47d65650a1ca74e02691cd4a1b54b56d5c931.zip FreeBSD-ports-caa47d65650a1ca74e02691cd4a1b54b56d5c931.tar.gz |
Fix installation directory
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 3e67a71..bd0093a 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 |