aboutsummaryrefslogtreecommitdiff
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
parentf2e6d48f9b2476c548f341a99fb3a6d98c1f5df8 (diff)
downloadports-1aab5b857af28f2f99eb90e625f22d5f3a23b70b.tar.gz
ports-1aab5b857af28f2f99eb90e625f22d5f3a23b70b.zip
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>