svn commit: r343958 - head/archivers/ecm

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


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

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

Modified:
  head/archivers/ecm/Makefile

Modified: head/archivers/ecm/Makefile
==============================================================================
--- head/archivers/ecm/Makefile	Wed Feb 12 19:20:24 2014	(r343957)
+++ head/archivers/ecm/Makefile	Wed Feb 12 19:22:48 2014	(r343958)
@@ -25,10 +25,7 @@ do-install:
 .for f in ${PORTNAME} un${PORTNAME}
 	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
 .endfor
-
-.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list