diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-05-05 11:46:15 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-05-05 11:46:15 +0000 |
commit | 93f3d6dcffcb48b0bd30a8c09c6b71e71654f1b1 (patch) | |
tree | 9752c6f5df7d8439f010b8efa5b88182cc6d734d | |
parent | f21bfdaf287450bdfeb4e55e1371bad0a445e07d (diff) |
Notes
-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 818b75bfc9ed..e2163ecc4f9b 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}/fpc-${PORTVERSION} && \ + @cd ${WRKDIR}/share/doc/fpdocs-${PORTVERSION} && \ ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \; post-install: |