diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-05-01 02:36:12 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-05-01 02:36:12 +0000 |
commit | bd3b269e0bf2823bd2b6aaa873c05da5041afb91 (patch) | |
tree | 1e7f1e35e0b7aca45a1b1b278fe9285c84b0a9f2 /security/f-prot | |
parent | de9b552061618b54f5d6d84469b2b53fba87a3dc (diff) |
Notes
Diffstat (limited to 'security/f-prot')
-rw-r--r-- | security/f-prot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/f-prot/Makefile b/security/f-prot/Makefile index c419ced2238c..4e0162b116d5 100644 --- a/security/f-prot/Makefile +++ b/security/f-prot/Makefile @@ -45,7 +45,7 @@ do-install: post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}) + (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}) ${CP} ${WRKSRC}/doc/CHANGES ${STAGEDIR}${DOCSDIR} ${CP} ${WRKSRC}/doc/LICENSE ${STAGEDIR}${DOCSDIR} ${CP} ${WRKSRC}/doc/LICENSE-FPAV ${STAGEDIR}${DOCSDIR} |