aboutsummaryrefslogtreecommitdiffstats
path: root/lang/fpc-docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/fpc-docs/Makefile')
-rw-r--r--lang/fpc-docs/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/lang/fpc-docs/Makefile b/lang/fpc-docs/Makefile
index 0c992d0b1f88..de5aca330824 100644
--- a/lang/fpc-docs/Makefile
+++ b/lang/fpc-docs/Makefile
@@ -24,13 +24,8 @@ DOCSDIR= ${PREFIX}/share/doc/fpdocs-${PORTVERSION}
PORTDOCS= chart.pdf fcl.pdf fpdoc.pdf prog.pdf ref.pdf rtl.pdf user.pdf
SUB_FILES= pkg-message
-NO_STAGE= yes
do-install:
- @${MKDIR} ${DOCSDIR}
- @cd ${WRKDIR}/doc && \
- ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \;
-
-post-install:
- @${CAT} ${PKGMESSAGE}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKDIR}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>