diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:22:57 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 03:22:57 +0800 |
commit | a4d7ab0f9dfaa710e4cd3448596f33068be1b987 (patch) | |
tree | 326b6d53fdb9350493ab49608f4793da7e3f1383 /archivers/mar | |
parent | 65f7438cef539a804dbef4f41ccc2e0c950b7e61 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |