diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2010-08-16 19:53:23 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2010-08-16 19:53:23 +0000 |
commit | bdae44f2f3b60920a9ab50e6ca1022ec813bb87e (patch) | |
tree | c9392b0aa406d7373037977db4c196476bf24b1a /lang/fpc-docs | |
parent | da29faf0acb507b57168c0b0b2bf3bb763203c55 (diff) |
- Fix docs directory path
Reported by: QAT
Notes
Notes:
svn path=/head/; revision=259398
Diffstat (limited to 'lang/fpc-docs')
-rw-r--r-- | lang/fpc-docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fpc-docs/Makefile b/lang/fpc-docs/Makefile index 80f42d7f7eb3..3d6d78734ff8 100644 --- a/lang/fpc-docs/Makefile +++ b/lang/fpc-docs/Makefile @@ -30,7 +30,7 @@ SUB_FILES= pkg-message do-install: @${MKDIR} ${DOCSDIR} - @cd ${WRKDIR}/share/doc/fpdocs-${PORTVERSION} && \ + @cd ${WRKDIR}/doc && \ ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \; post-install: |