diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-04 08:58:54 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-04 08:58:54 +0000 |
commit | c855d08d9338e8f9c57c15b2c8ec625bc71edf3e (patch) | |
tree | 2911ca8543f23d2a51aa1dd72ae9a06fd5ed7318 /archivers | |
parent | 364d3f74cd01be79458e97951dab6591cc0053d5 (diff) | |
download | ports-c855d08d9338e8f9c57c15b2c8ec625bc71edf3e.tar.gz ports-c855d08d9338e8f9c57c15b2c8ec625bc71edf3e.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/macutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/macutils/Makefile b/archivers/macutils/Makefile index ec9e7fb44562..d7b9fe514bf0 100644 --- a/archivers/macutils/Makefile +++ b/archivers/macutils/Makefile @@ -49,9 +49,9 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/man/macutil.1 ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) @${ECHO_MSG} "===> Installing supplementary documents..." - @${MKDIR} ${DOCDIR} + @${MKDIR} ${DOCSDIR} .for file in ${DOCFILES} - ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCDIR}/ + ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} .endfor .endif |