svn commit: r343976 - head/graphics/metacam

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 12 19:24:06 UTC 2014


Author: ehaupt
Date: Wed Feb 12 19:24:05 2014
New Revision: 343976
URL: http://svnweb.freebsd.org/changeset/ports/343976
QAT: https://qat.redports.org/buildarchive/r343976/

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

Modified:
  head/graphics/metacam/Makefile

Modified: head/graphics/metacam/Makefile
==============================================================================
--- head/graphics/metacam/Makefile	Wed Feb 12 19:24:00 2014	(r343975)
+++ head/graphics/metacam/Makefile	Wed Feb 12 19:24:05 2014	(r343976)
@@ -27,12 +27,9 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 \
 		${STAGEDIR}${MANPREFIX}/man/man1
-
-.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list