summaryrefslogtreecommitdiff
path: root/lang/fpc-docs
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-05-05 11:46:15 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-05-05 11:46:15 +0000
commit93f3d6dcffcb48b0bd30a8c09c6b71e71654f1b1 (patch)
tree9752c6f5df7d8439f010b8efa5b88182cc6d734d /lang/fpc-docs
parentPass maintainership to miwi@. (diff)
- Fix do-install
Reported by: Zahemszky Gabor <gabor__ at _zahemszky.hu> via email
Notes
Notes: svn path=/head/; revision=233261
Diffstat (limited to 'lang/fpc-docs')
-rw-r--r--lang/fpc-docs/Makefile2
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: