pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/bearssl Install the brssl utility program as ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5835eb703a50
branches:  trunk
changeset: 360552:5835eb703a50
user:      agc <agc%pkgsrc.org@localhost>
date:      Sat Apr 01 17:32:47 2017 +0000

description:
Install the brssl utility program as an executable, not data

diffstat:

 security/bearssl/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e911f3eaabcf -r 5835eb703a50 security/bearssl/Makefile
--- a/security/bearssl/Makefile Sat Apr 01 17:02:18 2017 +0000
+++ b/security/bearssl/Makefile Sat Apr 01 17:32:47 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/04/01 17:01:51 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/04/01 17:32:47 agc Exp $
 
 DISTNAME=      bearssl-0.3
 CATEGORIES=    security
@@ -13,7 +13,7 @@
 
 do-install:
        cd ${WRKSRC}/build && \
-               ${INSTALL_DATA} brssl ${DESTDIR}${PREFIX}/bin
+               ${INSTALL_PROGRAM} brssl ${DESTDIR}${PREFIX}/bin
        cd ${WRKSRC}/inc && \
                ${INSTALL_DATA} *.h ${DESTDIR}${PREFIX}/include
        cd ${WRKSRC}/build && \



Home | Main Index | Thread Index | Old Index