svn commit: r344001 - head/sysutils/rej

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


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

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

Modified:
  head/sysutils/rej/Makefile

Modified: head/sysutils/rej/Makefile
==============================================================================
--- head/sysutils/rej/Makefile	Wed Feb 12 19:25:46 2014	(r344000)
+++ head/sysutils/rej/Makefile	Wed Feb 12 19:25:51 2014	(r344001)
@@ -31,13 +31,10 @@ do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${f} \
 		${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${f}
 .endfor
-
-.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
 
 run-test: patch
 	@cd ${WRKSRC}; ${SH} runtests.sh


More information about the svn-ports-all mailing list