diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-29 22:53:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-29 22:53:56 +0000 |
commit | 1125ec829a33a61149fdc7a5590e9191f3041b70 (patch) | |
tree | 719749d77fdda6eb2a960b13d86a034e4492de8d /security | |
parent | c6e3f247fd4544f97b9562af58305607eabbf394 (diff) | |
download | ports-1125ec829a33a61149fdc7a5590e9191f3041b70.tar.gz ports-1125ec829a33a61149fdc7a5590e9191f3041b70.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/pcsc-tools/Makefile | 5 | ||||
-rw-r--r-- | security/pcsc-tools/pkg-plist | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/security/pcsc-tools/Makefile b/security/pcsc-tools/Makefile index 100076a9709b..b0d5b31b6aa3 100644 --- a/security/pcsc-tools/Makefile +++ b/security/pcsc-tools/Makefile @@ -10,6 +10,7 @@ MAINTAINER= arved@FreeBSD.org COMMENT= Tools to test a PCSC driver, card, or reader LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENCE LIB_DEPENDS= libpcsclite.so:${PORTSDIR}/devel/pcsc-lite RUN_DEPENDS= p5-PCSC-Card>=0:${PORTSDIR}/devel/p5-PCSC-Card \ @@ -17,8 +18,6 @@ RUN_DEPENDS= p5-PCSC-Card>=0:${PORTSDIR}/devel/p5-PCSC-Card \ USES= gmake pkgconfig -.include <bsd.port.pre.mk> - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pcsc_scan \ ${STAGEDIR}${PREFIX}/bin/ @@ -35,4 +34,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/smartcard_list.txt \ ${STAGEDIR}/${PREFIX}/share/pcsc -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/pcsc-tools/pkg-plist b/security/pcsc-tools/pkg-plist index a1548fc97bd8..85e913e92c11 100644 --- a/security/pcsc-tools/pkg-plist +++ b/security/pcsc-tools/pkg-plist @@ -7,4 +7,3 @@ man/man1/gscriptor.1p.gz man/man1/pcsc_scan.1.gz man/man1/scriptor.1p.gz share/pcsc/smartcard_list.txt -@dirrm share/pcsc |