diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-04-05 06:54:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-04-05 06:54:24 +0000 |
commit | 015e91e8a19b9716712c46bbdf92a695681ee1a9 (patch) | |
tree | b7f257415075fa2690055680a867ecb94c7849c8 /net/p0f/Makefile | |
parent | ee546c96d4dfe8849347e87a1ed0ebf88016b467 (diff) | |
download | ports-015e91e8a19b9716712c46bbdf92a695681ee1a9.tar.gz ports-015e91e8a19b9716712c46bbdf92a695681ee1a9.zip |
Notes
Diffstat (limited to 'net/p0f/Makefile')
-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 |