summaryrefslogtreecommitdiff
path: root/lang/fpc-docs
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2010-08-16 19:53:23 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2010-08-16 19:53:23 +0000
commitbdae44f2f3b60920a9ab50e6ca1022ec813bb87e (patch)
treec9392b0aa406d7373037977db4c196476bf24b1a /lang/fpc-docs
parentOn last commit i forgot to re-generate distinfo (i was using the pre-release (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/Makefile2
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: