pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/libfprint
Module Name: pkgsrc
Committed By: plunky
Date: Thu Dec 28 07:01:46 UTC 2017
Modified Files:
pkgsrc/security/libfprint: Makefile
Log Message:
fix install: use INSTALL_SCRIPT for scripts
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/security/libfprint/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/libfprint/Makefile
diff -u pkgsrc/security/libfprint/Makefile:1.39 pkgsrc/security/libfprint/Makefile:1.40
--- pkgsrc/security/libfprint/Makefile:1.39 Thu Nov 23 17:20:11 2017
+++ pkgsrc/security/libfprint/Makefile Thu Dec 28 07:01:46 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2017/11/23 17:20:11 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2017/12/28 07:01:46 plunky Exp $
DISTNAME= libfprint-0.7.0
#PKGREVISION= 1
@@ -24,7 +24,7 @@ INSTALLATION_DIRS+= lib bin
post-install:
for pp in enroll img_capture verify verify_live; do \
- ${INSTALL_PROGRAM} ${WRKSRC}/examples/$${pp} \
+ ${INSTALL_SCRIPT} ${WRKSRC}/examples/$${pp} \
${DESTDIR}${PREFIX}/bin/ ; \
done
Home |
Main Index |
Thread Index |
Old Index