diff options
Diffstat (limited to 'devel/libchipcard/Makefile')
-rw-r--r-- | devel/libchipcard/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libchipcard/Makefile b/devel/libchipcard/Makefile index cc1ac10581dd..459973550d2a 100644 --- a/devel/libchipcard/Makefile +++ b/devel/libchipcard/Makefile @@ -24,7 +24,9 @@ CONFIGURE_TARGET= CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ --with-distri=freebsd -MAN1= ctfstool.1 chipcardd.1 geldkarte.1 hbcicard.1 +MAN1= ctfstool.1 chipcardd.1 geldkarte.1 hbcicard.1 \ + kvkd.1 memcard.1 libchipcard-config.1 readertest.1 + MAN5= libchipcard.conf.5 chipcardc.conf.5 chipcardd.conf.5 post-install: |