aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/mar
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-13 03:22:57 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-13 03:22:57 +0800
commita4d7ab0f9dfaa710e4cd3448596f33068be1b987 (patch)
tree326b6d53fdb9350493ab49608f4793da7e3f1383 /archivers/mar
parent65f7438cef539a804dbef4f41ccc2e0c950b7e61 (diff)
downloadfreebsd-ports-gnome-a4d7ab0f9dfaa710e4cd3448596f33068be1b987.tar.gz
freebsd-ports-gnome-a4d7ab0f9dfaa710e4cd3448596f33068be1b987.tar.zst
freebsd-ports-gnome-a4d7ab0f9dfaa710e4cd3448596f33068be1b987.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
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>