svn commit: r343997 - head/sysutils/fatback

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


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

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

Modified:
  head/sysutils/fatback/Makefile

Modified: head/sysutils/fatback/Makefile
==============================================================================
--- head/sysutils/fatback/Makefile	Wed Feb 12 19:25:29 2014	(r343996)
+++ head/sysutils/fatback/Makefile	Wed Feb 12 19:25:34 2014	(r343997)
@@ -27,12 +27,9 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
 	${INSTALL_DATA} ${WRKSRC}/fatback-manual.info ${STAGEDIR}${PREFIX}/${INFO_PATH}
-
-.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in fatback-manual.texi texinfo.tex ChangeLog AUTHORS
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list