From owner-svn-ports-head@freebsd.org Fri Nov 4 13:30:25 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 5AD83C2F01B; Fri, 4 Nov 2016 13:30:25 +0000 (UTC) (envelope-from feld@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 2C6917B8; Fri, 4 Nov 2016 13:30:25 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA4DUOpZ045759; Fri, 4 Nov 2016 13:30:24 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA4DUO5l045758; Fri, 4 Nov 2016 13:30:24 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201611041330.uA4DUO5l045758@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 4 Nov 2016 13:30:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425321 - head/security/bearssl 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.23 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: Fri, 04 Nov 2016 13:30:25 -0000 Author: feld Date: Fri Nov 4 13:30:24 2016 New Revision: 425321 URL: https://svnweb.freebsd.org/changeset/ports/425321 Log: security/bearssl: Packaging improvements Reported by: mat Modified: head/security/bearssl/Makefile Modified: head/security/bearssl/Makefile ============================================================================== --- head/security/bearssl/Makefile Fri Nov 4 13:29:07 2016 (r425320) +++ head/security/bearssl/Makefile Fri Nov 4 13:30:24 2016 (r425321) @@ -3,6 +3,7 @@ PORTNAME= bearssl PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= https://bearssl.org/ @@ -18,7 +19,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/brssl ${STAGEDIR}${LOCALBASE}/bin/ - (cd ${WRKSRC}/inc && ${COPYTREE_SHARE} \* ${STAGEDIR}${LOCALBASE}/include/) - ${INSTALL_LIB} ${WRKSRC}/libbearssl.a ${STAGEDIR}${LOCALBASE}/lib/ + (cd ${WRKSRC}/inc && ${COPYTREE_SHARE} . ${STAGEDIR}${LOCALBASE}/include/) + ${INSTALL_DATA} ${WRKSRC}/libbearssl.a ${STAGEDIR}${LOCALBASE}/lib/ .include