diff options
Diffstat (limited to 'devel/mercurial')
-rw-r--r-- | devel/mercurial/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index d1c2738cada8..dce2c50a06ac 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -48,7 +48,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${DOCSDIR} ${MKDIR} ${CONTRIBDIR} for f in ${CONTRIB_FILES}; do \ - ${CP} -p ${WRKSRC}/contrib/$${f} ${CONTRIBDIR} \ + ${CP} -p ${WRKSRC}/contrib/$${f} ${CONTRIBDIR}; \ done ${MKDIR} ${WWWDIR} ${INSTALL_DATA} ${WRKSRC}/*.cgi ${WWWDIR} |