From owner-svn-ports-head@freebsd.org Wed Jun 29 19:19:51 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64860B8672D; Wed, 29 Jun 2016 19:19:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35004217A; Wed, 29 Jun 2016 19:19:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5TJJorx053426; Wed, 29 Jun 2016 19:19:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5TJJoIr053425; Wed, 29 Jun 2016 19:19:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201606291919.u5TJJoIr053425@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 29 Jun 2016 19:19:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417787 - head/math/randlib 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.22 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: Wed, 29 Jun 2016 19:19:51 -0000 Author: amdmi3 Date: Wed Jun 29 19:19:50 2016 New Revision: 417787 URL: https://svnweb.freebsd.org/changeset/ports/417787 Log: - Switch to options helpers Modified: head/math/randlib/Makefile Modified: head/math/randlib/Makefile ============================================================================== --- head/math/randlib/Makefile Wed Jun 29 19:14:32 2016 (r417786) +++ head/math/randlib/Makefile Wed Jun 29 19:19:50 2016 (r417787) @@ -21,12 +21,12 @@ PLIST_FILES= include/randlib.h \ lib/librandlib.so \ lib/librandlib.so.1 +OPTIONS_DEFINE= DOCS + post-extract: ${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile -OPTIONS_DEFINE= DOCS - -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/source/randlib.c/doc/* ${STAGEDIR}${DOCSDIR}