diff options
author | arved <arved@FreeBSD.org> | 2010-07-03 21:50:48 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2010-07-03 21:50:48 +0800 |
commit | 6fbf2fc9ed88ba6a49ab7299cc148a9aa14e284c (patch) | |
tree | 489ba03644bc706af5a21f03679cfcabb6ed89d6 /devel/libccid | |
parent | 99355768a516a2a969961cfc6447fcd811e8cb76 (diff) | |
download | freebsd-ports-gnome-6fbf2fc9ed88ba6a49ab7299cc148a9aa14e284c.tar.gz freebsd-ports-gnome-6fbf2fc9ed88ba6a49ab7299cc148a9aa14e284c.tar.zst freebsd-ports-gnome-6fbf2fc9ed88ba6a49ab7299cc148a9aa14e284c.zip |
Fix plist
Reported by: QAT
Feature safe: yes
Diffstat (limited to 'devel/libccid')
-rw-r--r-- | devel/libccid/Makefile | 3 | ||||
-rw-r--r-- | devel/libccid/pkg-plist | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/libccid/Makefile b/devel/libccid/Makefile index 521e1bcf8d37..56230a668dd5 100644 --- a/devel/libccid/Makefile +++ b/devel/libccid/Makefile @@ -6,6 +6,7 @@ PORTNAME= ccid PORTVERSION= 1.3.12 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://alioth.debian.org/frs/download.php/3281/ @@ -29,10 +30,8 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBUSB_LIBS="-L${LOCALBASE}/lib -lusb" PLIST_SUB= VER=${PORTVERSION} -.if !defined(NOPORTDOCS) MAN1= RSA_SecurID_getpasswd.1 MAN8= Kobil_mIDentity_switch.8 -.endif .include <bsd.port.pre.mk> diff --git a/devel/libccid/pkg-plist b/devel/libccid/pkg-plist index 0953298eccf9..3f7791620d7f 100644 --- a/devel/libccid/pkg-plist +++ b/devel/libccid/pkg-plist @@ -3,8 +3,8 @@ lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so.%%VER%% lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist sbin/Kobil_mIDentity_switch -%%PORTDOCS%%%%DOCSDIR%%/README_Kobil_mIDentity_switch.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%DOCSDIR%%/README_Kobil_mIDentity_switch.txt +@dirrm %%DOCSDIR%% @dirrm lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD @dirrm lib/pcsc/drivers/ifd-ccid.bundle/Contents @dirrm lib/pcsc/drivers/ifd-ccid.bundle |