pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/bearssl
Module Name: pkgsrc
Committed By: agc
Date: Sat Apr 1 17:32:47 UTC 2017
Modified Files:
pkgsrc/security/bearssl: Makefile
Log Message:
Install the brssl utility program as an executable, not data
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/bearssl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/bearssl/Makefile
diff -u pkgsrc/security/bearssl/Makefile:1.1 pkgsrc/security/bearssl/Makefile:1.2
--- pkgsrc/security/bearssl/Makefile:1.1 Sat Apr 1 17:01:51 2017
+++ pkgsrc/security/bearssl/Makefile Sat Apr 1 17:32:47 2017
@@ -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 && \
Home |
Main Index |
Thread Index |
Old Index