svn commit: r343985 - head/net/socat

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


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

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

Modified:
  head/net/socat/Makefile

Modified: head/net/socat/Makefile
==============================================================================
--- head/net/socat/Makefile	Wed Feb 12 19:24:39 2014	(r343984)
+++ head/net/socat/Makefile	Wed Feb 12 19:24:43 2014	(r343985)
@@ -41,10 +41,8 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
 .endfor
 	${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
-.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
 
 .if ${ARCH} == "arm"
 BROKEN=		Does not configure on arm


More information about the svn-ports-head mailing list