svn commit: r343960 - head/archivers/mar

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 12 19:22:57 UTC 2014


Author: ehaupt
Date: Wed Feb 12 19:22:57 2014
New Revision: 343960
URL: http://svnweb.freebsd.org/changeset/ports/343960
QAT: https://qat.redports.org/buildarchive/r343960/

Log:
  Now that this port is staged and DOCS defined we can stop testing for DOCS in
  any install target.

Modified:
  head/archivers/mar/Makefile

Modified: head/archivers/mar/Makefile
==============================================================================
--- head/archivers/mar/Makefile	Wed Feb 12 19:22:53 2014	(r343959)
+++ head/archivers/mar/Makefile	Wed Feb 12 19:22:57 2014	(r343960)
@@ -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>


More information about the svn-ports-head mailing list