summaryrefslogtreecommitdiff
path: root/archivers/mar
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:22:57 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:22:57 +0000
commit1aab5b857af28f2f99eb90e625f22d5f3a23b70b (patch)
tree326b6d53fdb9350493ab49608f4793da7e3f1383 /archivers/mar
parentNow that this port is staged and DOCS defined we can stop testing for DOCS in (diff)
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Notes
Notes: svn path=/head/; revision=343960
Diffstat (limited to 'archivers/mar')
-rw-r--r--archivers/mar/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/archivers/mar/Makefile b/archivers/mar/Makefile
index 843dac6beb06..5d24ab291f27 100644
--- a/archivers/mar/Makefile
+++ b/archivers/mar/Makefile
@@ -26,10 +26,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/man1/mar.1 \
${STAGEDIR}${MAN1PREFIX}/man/man1
-
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>