diff options
Diffstat (limited to 'lang/sather-tutorial')
-rw-r--r-- | lang/sather-tutorial/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/sather-tutorial/Makefile b/lang/sather-tutorial/Makefile index 0ac4a1671c0c..86795da879d9 100644 --- a/lang/sather-tutorial/Makefile +++ b/lang/sather-tutorial/Makefile @@ -18,7 +18,6 @@ DOCSDIR= ${PREFIX}/share/doc/sather/${PORTNAME} do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${TAR} -xzf ${DISTDIR}/${DISTFILES} -C ${STAGEDIR}${DOCSDIR} - @${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} ${SHAREMODE} {} \; + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |