Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 19:24:18 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343979 - head/math/mathomatic
Message-ID:  <201402121924.s1CJOIep046743@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402121924.s1CJOIep046743>