svn commit: r343981 - head/misc/ree

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


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

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

Modified:
  head/misc/ree/Makefile

Modified: head/misc/ree/Makefile
==============================================================================
--- head/misc/ree/Makefile	Wed Feb 12 19:24:22 2014	(r343980)
+++ head/misc/ree/Makefile	Wed Feb 12 19:24:26 2014	(r343981)
@@ -28,10 +28,7 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \
 		${STAGEDIR}${PREFIX}/bin/rom-${PORTNAME}
 	${INSTALL_PROGRAM} ${WRKSRC}/fontdump ${STAGEDIR}${PREFIX}/bin
-
-.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/readme ${STAGEDIR}${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list