svn commit: r344005 - head/textproc/fldiff

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 12 19:26:09 UTC 2014


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

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

Modified:
  head/textproc/fldiff/Makefile

Modified: head/textproc/fldiff/Makefile
==============================================================================
--- head/textproc/fldiff/Makefile	Wed Feb 12 19:26:03 2014	(r344004)
+++ head/textproc/fldiff/Makefile	Wed Feb 12 19:26:08 2014	(r344005)
@@ -35,9 +35,7 @@ do-install:
 	${INSTALL_MAN} ${WRKSRC}/fldiff.man ${STAGEDIR}${MAN1PREFIX}/man/man1/fldiff.1
 	${INSTALL_DATA} ${WRKSRC}/fldiff.desktop ${STAGEDIR}${PREFIX}/share/applications
 	${INSTALL_DATA} ${WRKSRC}/fldiff.png ${STAGEDIR}${PREFIX}/share/pixmaps
-.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list