diff options
author | kris <kris@FreeBSD.org> | 2003-04-05 14:54:24 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-04-05 14:54:24 +0800 |
commit | caa47d65650a1ca74e02691cd4a1b54b56d5c931 (patch) | |
tree | 668ce4f45349af27219f9944e38577b4be409e71 /net | |
parent | 8f9765a5798cef49607824e2a20d3d0807cf61fe (diff) | |
download | freebsd-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/Makefile | 2 |
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 |