diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-02-22 04:25:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-02-22 04:25:25 +0000 |
commit | 34bdf0898f0731cfe3440f0c66ab101d45667e2b (patch) | |
tree | f42bb84eef525ac0f363c0acbfcc4ff0aebc3fb3 /devel/libchipcard/Makefile | |
parent | a15a7f97d258d444bee4698a0f6a1ea13a8cb1c5 (diff) | |
download | ports-34bdf0898f0731cfe3440f0c66ab101d45667e2b.tar.gz ports-34bdf0898f0731cfe3440f0c66ab101d45667e2b.zip |
Notes
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: |