svn commit: r344000 - head/sysutils/magicrescue

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 12 19:25:48 UTC 2014


Author: ehaupt
Date: Wed Feb 12 19:25:46 2014
New Revision: 344000
URL: http://svnweb.freebsd.org/changeset/ports/344000
QAT: https://qat.redports.org/buildarchive/r344000/

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

Modified:
  head/sysutils/magicrescue/Makefile

Modified: head/sysutils/magicrescue/Makefile
==============================================================================
--- head/sysutils/magicrescue/Makefile	Wed Feb 12 19:25:42 2014	(r343999)
+++ head/sysutils/magicrescue/Makefile	Wed Feb 12 19:25:46 2014	(r344000)
@@ -25,12 +25,10 @@ MAKE_ENV+=	STAGEDIR=${STAGEDIR}
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MDOCS}
 post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in NEWS README
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list