From owner-svn-ports-all@FreeBSD.ORG Wed Feb 12 19:24:18 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7E8DA3A8; Wed, 12 Feb 2014 19:24:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6A3BE14C0; Wed, 12 Feb 2014 19:24:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1CJOIjk046744; Wed, 12 Feb 2014 19:24:18 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1CJOIep046743; Wed, 12 Feb 2014 19:24:18 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402121924.s1CJOIep046743@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 12 Feb 2014 19:24:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343979 - head/math/mathomatic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Feb 2014 19:24:18 -0000 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