svn commit: r390071 - head/security/ifd-slb_rf60
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Jun 18 21:23:26 UTC 2015
Author: amdmi3
Date: Thu Jun 18 21:23:25 2015
New Revision: 390071
URL: https://svnweb.freebsd.org/changeset/ports/390071
Log:
- Fix library installation
Modified:
head/security/ifd-slb_rf60/Makefile
Modified: head/security/ifd-slb_rf60/Makefile
==============================================================================
--- head/security/ifd-slb_rf60/Makefile Thu Jun 18 21:23:20 2015 (r390070)
+++ head/security/ifd-slb_rf60/Makefile Thu Jun 18 21:23:25 2015 (r390071)
@@ -3,7 +3,7 @@
PORTNAME= ifd-slb_rf60
PORTVERSION= 2.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security devel
MASTER_SITES= http://www.linuxnet.com/drivers/readers/files/
DISTNAME= ${PORTNAME:S/^ifd-//}-drv-${PORTVERSION}
@@ -29,7 +29,7 @@ post-patch:
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/lib/pcsc/drivers/
- ${INSTALL_DATA} ${WRKSRC}/libslb_rf60.so \
+ ${INSTALL_LIB} ${WRKSRC}/libslb_rf60.so \
${STAGEDIR}${PREFIX}/lib/pcsc/drivers
post-install:
More information about the svn-ports-all
mailing list