From owner-svn-ports-head@FreeBSD.ORG Mon Mar 24 09:27:55 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 581A35DD; Mon, 24 Mar 2014 09:27:55 +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 44EA38C1; Mon, 24 Mar 2014 09:27:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2O9Rtcf000701; Mon, 24 Mar 2014 09:27:55 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2O9Rtwt000700; Mon, 24 Mar 2014 09:27:55 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201403240927.s2O9Rtwt000700@svn.freebsd.org> From: Pawel Pekala Date: Mon, 24 Mar 2014 09:27:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348925 - head/print/fontforge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2014 09:27:55 -0000 Author: pawel Date: Mon Mar 24 09:27:54 2014 New Revision: 348925 URL: http://svnweb.freebsd.org/changeset/ports/348925 QAT: https://qat.redports.org/buildarchive/r348925/ Log: Doc files are downloaded separately, they are not available when DOCS=off Noticed by: maintainer Modified: head/print/fontforge/Makefile Modified: head/print/fontforge/Makefile ============================================================================== --- head/print/fontforge/Makefile Mon Mar 24 09:01:39 2014 (r348924) +++ head/print/fontforge/Makefile Mon Mar 24 09:27:54 2014 (r348925) @@ -118,7 +118,9 @@ post-install: (cd ${WRKSRC}/plugins; ${INSTALL_DATA} .libs/* \ ${STAGEDIR}${PREFIX}/share/fontforge/plugins) .endif +.if ${PORT_OPTIONS:MDOCS} ${INSTALL_DATA} ${WRKDIR}/html/*.* ${STAGEDIR}${DOCSDIR} +.endif @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @(cd ${STAGEDIR}${PREFIX}/lib && ${STRIP_CMD} libgunicode.so.3 \ libgutils.so.1 libgioftp.so.1 libgdraw.so.4 libfontforge.so.1)