summaryrefslogtreecommitdiff
path: root/security/bearssl
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2017-04-01 17:32:47 +0000
committeragc <agc@pkgsrc.org>2017-04-01 17:32:47 +0000
commit252cbe9da70ff607251cbf43d3a920a2cdf2e6c7 (patch)
tree0d58745be95a9cd90d5cdd325d2cc87e5c71aaf0 /security/bearssl
parent6f8c27e023d49d11dddf659bf2ccb77f4882c675 (diff)
downloadpkgsrc-252cbe9da70ff607251cbf43d3a920a2cdf2e6c7.tar.gz
Install the brssl utility program as an executable, not data
Diffstat (limited to 'security/bearssl')
-rw-r--r--security/bearssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/bearssl/Makefile b/security/bearssl/Makefile
index 23436826c14..cee6a9f1482 100644
--- a/security/bearssl/Makefile
+++ b/security/bearssl/Makefile
@@ -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 @@ INSTALLATION_DIRS= bin include lib
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 && \