svn commit: r343979 - head/math/mathomatic

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


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

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

Modified:
  head/math/mathomatic/Makefile

Modified: head/math/mathomatic/Makefile
==============================================================================
--- head/math/mathomatic/Makefile	Wed Feb 12 19:24:13 2014	(r343978)
+++ head/math/mathomatic/Makefile	Wed Feb 12 19:24:17 2014	(r343979)
@@ -37,7 +37,6 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/icons/mathomatic.desktop \
 		${STAGEDIR}${PREFIX}/share/applications
 	${INSTALL_DATA} ${WRKSRC}/icons/mathomatic.png ${STAGEDIR}${PREFIX}/share/pixmaps
-.if ${PORT_OPTIONS:MDOCS}
 .for d in m4 tests
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/${d}
 	${INSTALL_DATA} ${WRKSRC}/${d}/* ${STAGEDIR}${DOCSDIR}/${d}
@@ -47,6 +46,5 @@ do-install:
 .for f in AUTHORS README.txt changes.txt
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
 .endfor
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list