From owner-svn-ports-head@freebsd.org Sat Jun 25 09:05:22 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 93BE3B73BA7; Sat, 25 Jun 2016 09:05:22 +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 4F6242722; Sat, 25 Jun 2016 09:05:22 +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 u5P95LjV049927; Sat, 25 Jun 2016 09:05:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5P95Lb8049926; Sat, 25 Jun 2016 09:05:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201606250905.u5P95Lb8049926@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 25 Jun 2016 09:05:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417458 - head/devel/cil 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: Sat, 25 Jun 2016 09:05:22 -0000 Author: amdmi3 Date: Sat Jun 25 09:05:21 2016 New Revision: 417458 URL: https://svnweb.freebsd.org/changeset/ports/417458 Log: - Switch to options helpers Modified: head/devel/cil/Makefile Modified: head/devel/cil/Makefile ============================================================================== --- head/devel/cil/Makefile Sat Jun 25 07:59:49 2016 (r417457) +++ head/devel/cil/Makefile Sat Jun 25 09:05:21 2016 (r417458) @@ -65,7 +65,6 @@ post-patch: ${WRKSRC}/lib/App/Cilly/TempFile.pm @${REINPLACE_CMD} '/MACHDEPCC/ s|gcc|${CC}|' ${WRKSRC}/Makefile.in - pre-install: @${STRIP_CMD} ${WRKSRC}/bin/cilly.native @@ -81,10 +80,12 @@ do-install: ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/CIL/App) (cd ${WRKSRC}/lib && ${INSTALL_DATA} ${LIBBINS} \ ${STAGEDIR}${PREFIX}/${SITE_PERL_REL}/CIL) +# Remove orphan dir created by bsd.ocaml.mk + -@${RMDIR} -p ${STAGEDIR}${OCAMLFIND_DESTDIR} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @${RM} -rf ${WRKSRC}/doc/cilcode.tmp (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) -# Remove orphan dir created by bsd.ocaml.mk - -@${RMDIR} -p ${STAGEDIR}${OCAMLFIND_DESTDIR} .include