diff options
author | arved <arved@FreeBSD.org> | 2011-06-05 00:02:38 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2011-06-05 00:02:38 +0800 |
commit | d0e565f4662212421b113d2632dd441dc2c4e9e9 (patch) | |
tree | caca939916ac930e5b273d5074aca908663e18cc /devel | |
parent | 3b234231a60cd7c59b8938a22587dd48ebaf8abc (diff) | |
download | freebsd-ports-gnome-d0e565f4662212421b113d2632dd441dc2c4e9e9.tar.gz freebsd-ports-gnome-d0e565f4662212421b113d2632dd441dc2c4e9e9.tar.zst freebsd-ports-gnome-d0e565f4662212421b113d2632dd441dc2c4e9e9.zip |
Install RSA_SecurId_getpasswd again.
Based on a patch by: ehaupt
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libccid/Makefile | 9 | ||||
-rw-r--r-- | devel/libccid/pkg-plist | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/devel/libccid/Makefile b/devel/libccid/Makefile index eb6336bcb3e4..b88f04c8560a 100644 --- a/devel/libccid/Makefile +++ b/devel/libccid/Makefile @@ -6,6 +6,7 @@ PORTNAME= ccid PORTVERSION= 1.4.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://alioth.debian.org/frs/download.php/3579/ @@ -29,6 +30,8 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ PLIST_SUB= VER=${PORTVERSION} +MAN1= RSA_SecurID_getpasswd.1 + .include <bsd.port.pre.mk> .if ${OSVERSION} < 801000 @@ -43,4 +46,10 @@ post-patch: ${WRKSRC}/src/ccid_usb.h \ ${WRKSRC}/contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch.c +post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/contrib/RSA_SecurID/RSA_SecurID_getpasswd \ + ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/contrib/RSA_SecurID/RSA_SecurID_getpasswd.1 \ + ${MANPREFIX}/man/man1 + .include <bsd.port.post.mk> diff --git a/devel/libccid/pkg-plist b/devel/libccid/pkg-plist index dbbe8b6aec09..8ad2a7076e6b 100644 --- a/devel/libccid/pkg-plist +++ b/devel/libccid/pkg-plist @@ -1,3 +1,4 @@ +bin/RSA_SecurID_getpasswd lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist @dirrm lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD |